Skip to content

Commit 6bd523c

Browse files
committed
Move flake lock out of _check_no_test
We can't use nix inside of the sandboxed checks that nix runs.
1 parent 63fddbf commit 6bd523c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ build-wp-org:
2424

2525
# Run tests and other checks
2626
check: _check_no_test test
27+
nix flake lock
2728

2829
_check_no_test: _lint _validate _phpcs
29-
nix flake lock
3030
php ./vendor/bin/rector --debug --dry-run
3131

3232
# Run development server

0 commit comments

Comments
 (0)