Skip to content

Commit 890616d

Browse files
committed
Add working-directory
1 parent 51d20f8 commit 890616d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 15
12+
defaults:
13+
run:
14+
working-directory: ./src
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
timeout-minutes: 15
9+
defaults:
10+
run:
11+
working-directory: ./src
912
steps:
1013
- name: Checkout
1114
uses: actions/checkout@v2

0 commit comments

Comments
 (0)