We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e319b67 commit 89894f3Copy full SHA for 89894f3
.github/workflows/run-mocha-tests.yml
@@ -23,9 +23,9 @@ jobs:
23
cache: 'yarn'
24
25
- name: Install dependencies
26
- working-directory: javascript/node-express-server
+ working-directory: node-express-server
27
run: yarn install
28
29
- name: Run Mocha tests
30
31
run: npx mocha test/webserver.test.js
0 commit comments