Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseNaser committed Apr 14, 2024
1 parent edd55cf commit 2ea2752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
with:
node-version: '14'

- name: Install dependencies
- name: Install main dependencies
run: npm install

- name: Install Cloudflare Workers dependencies
run: npm install
working-directory: ./tests/functions

- name: Run JavaScript tests
run: npm test

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"text-encoding": "^0.7.0",
"uuid": "^9.0.1"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 2ea2752

Please sign in to comment.