Skip to content

Commit

Permalink
Fix public CI pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Feb 27, 2025
1 parent ab72aae commit f78e71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standard_library_tests_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
MOJO_ENABLE_ASSERTIONS_IN_TESTS: ${{ matrix.mojo-enable-assertions }}
working-directory: mojo
run: |
magic run --frozen tests
magic run --frozen examples
magic run --manifest-path=./mojo --frozen tests
magic run --manifest-path=./mojo --frozen examples
2 changes: 1 addition & 1 deletion .github/workflows/test_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
pre-commit install
- name: Run pre-commit
run: magic run pre-commit run --all-files
run: magic run --manifest-path ./mojo pre-commit run --files ./mojo/*

0 comments on commit f78e71f

Please sign in to comment.