Skip to content

Commit 6226055

Browse files
committed
Try adding a working-directory field to setup
1 parent b3027bf commit 6226055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: ./web
14+
working-directory: web
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
node-version: '16'
2222
cache: 'yarn'
23+
working-directory: web
2324

2425
- name: Install dependencies
2526
run: yarn install

0 commit comments

Comments
 (0)