Skip to content

Commit

Permalink
Revert "get perf tests running and passing again by loading over a we…
Browse files Browse the repository at this point in the history
…bserver, because the fetch API over file:// no longer works. also update lockfile to v2."

This reverts commit a195cbb.
  • Loading branch information
botandrose-machine committed Dec 10, 2024
1 parent bf09642 commit 80849d8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 465 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Start test server
run: |
npx http-server . -p 8000 &
sleep 2 # Wait a moment for the server to start
- name: Run tests
run: npm run ci
run: npm test

Loading

0 comments on commit 80849d8

Please sign in to comment.