Skip to content

Commit 0ee9f7d

Browse files
committed
Fixing node tests
1 parent 84f639c commit 0ee9f7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ jobs:
7373
npm install
7474
7575
- name: Run test cases
76-
run: npm test
76+
run: |
77+
cd mitxgraders-js
78+
npm test

0 commit comments

Comments
 (0)