Skip to content

Commit d948ad7

Browse files
committed
change working directory to optd-persistent
1 parent aac1b02 commit d948ad7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2323
cancel-in-progress: true
24+
defaults:
25+
run:
26+
working-directory: ./optd-persistent
2427
name: check
2528
jobs:
2629
fmt:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1919
cancel-in-progress: true
20+
defaults:
21+
run:
22+
working-directory: ./optd-persistent
2023
name: test
2124
jobs:
2225
required:

0 commit comments

Comments
 (0)