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 84f639c commit 0ee9f7dCopy full SHA for 0ee9f7d
.github/workflows/ci.yaml
@@ -73,4 +73,6 @@ jobs:
73
npm install
74
75
- name: Run test cases
76
- run: npm test
+ run: |
77
+ cd mitxgraders-js
78
+ npm test
0 commit comments