Skip to content

Commit

Permalink
[chore] Update github actions with new repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Jul 22, 2024
1 parent 4f37947 commit 493ee56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

defaults:
run:
working-directory: src/
working-directory: brat/

steps:
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
hugr_validator/target/deps
hugr_validator/target/build
# best effort for cache: tie it to Stack resolver and package config
key: ${{ runner.os }}-stack-${{ hashFiles('src/stack.yaml', 'hugr_validator/Cargo.toml') }}
key: ${{ runner.os }}-stack-${{ hashFiles('brat/stack.yaml', 'hugr_validator/Cargo.toml') }}
restore-keys: |
${{ runner.os }}-stack
save-always: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

defaults:
run:
working-directory: src/
working-directory: brat/

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 493ee56

Please sign in to comment.