Skip to content

Commit 7ea101e

Browse files
committed
fix: default working directory for the API
1 parent b73ca20 commit 7ea101e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: exit 0
3636

3737
test-api:
38+
defaults:
39+
run:
40+
working-directory: api
3841
runs-on: ubuntu-latest
3942
steps:
4043
- name: Checkout repo
@@ -365,7 +368,6 @@ jobs:
365368
startsWith(github.ref, 'refs/tags/v')
366369
runs-on: ubuntu-latest
367370
needs: [test-api, build-plugin]
368-
369371
steps:
370372
- name: Checkout repo
371373
uses: actions/checkout@v4

0 commit comments

Comments
 (0)