Skip to content

Commit 1a6e684

Browse files
authored
fix: install http server (#846)
1 parent 1409d02 commit 1a6e684

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests-example-apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Install Playwright browsers
2727
run: cd examples/tests && npx playwright install --with-deps
2828

29+
- name: Install http-server globally
30+
run: npm install -g http-server
31+
2932
- name: Run tests
3033
run: cd examples/tests && npm test

0 commit comments

Comments
 (0)