Skip to content

Commit 251f83d

Browse files
committed
fix: add proper working dir
1 parent 10e59b2 commit 251f83d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
build-test:
9+
test:
1010
runs-on: ubuntu-latest
1111
name: Test
12+
defaults:
13+
run:
14+
working-directory: backend
1215
env:
1316
TSKZ_HTTP_API_KEY: ${{ secrets.TSKZ_HTTP_API_KEY }}
1417

0 commit comments

Comments
 (0)