Skip to content

Commit 89894f3

Browse files
committed
update working-dir path
1 parent e319b67 commit 89894f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-mocha-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
cache: 'yarn'
2424

2525
- name: Install dependencies
26-
working-directory: javascript/node-express-server
26+
working-directory: node-express-server
2727
run: yarn install
2828

2929
- name: Run Mocha tests
30-
working-directory: javascript/node-express-server
30+
working-directory: node-express-server
3131
run: npx mocha test/webserver.test.js

0 commit comments

Comments
 (0)