Skip to content

Commit 9be5a15

Browse files
committed
fix: run install before running tests
1 parent 651a146 commit 9be5a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,5 @@ jobs:
114114
- name: Run tests
115115
working-directory: supertokens-web-js
116116
run: |
117+
npm i
117118
npx mocha test/integration

0 commit comments

Comments
 (0)