We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0375141 commit 0875256Copy full SHA for 0875256
1 file changed
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Run Mocha Tests
49
working-directory: ./packages/ember-cli-fastboot
50
run: |
51
+ npm --version
52
yarn test:mocha
53
54
0 commit comments