Skip to content

Commit

Permalink
change working directory to optd-persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Nov 7, 2024
1 parent aac1b02 commit d948ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: ./optd-persistent
name: check
jobs:
fmt:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: ./optd-persistent
name: test
jobs:
required:
Expand Down

0 comments on commit d948ad7

Please sign in to comment.