Skip to content

Commit

Permalink
fix detail revert to using working-directory
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 f78e71f commit 3cf1d33
Show file tree
Hide file tree
Showing 2 changed files with 4 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 --manifest-path=./mojo --frozen tests
magic run --manifest-path=./mojo --frozen examples
magic run --frozen tests
magic run --frozen examples
3 changes: 2 additions & 1 deletion .github/workflows/test_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
pre-commit install
- name: Run pre-commit
run: magic run --manifest-path ./mojo pre-commit run --files ./mojo/*
working-directory: mojo
run: magic run pre-commit run --all-files

0 comments on commit 3cf1d33

Please sign in to comment.