Skip to content

Commit

Permalink
Fix CI cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Sep 29, 2023
1 parent 6319511 commit 63900af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
test-dcf:
name: Test dcf
runs-on: ubuntu-latest
working-directory: dcf
defaults:
run:
working-directory: dcf
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 63900af

Please sign in to comment.