We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1409d02 commit 1a6e684Copy full SHA for 1a6e684
1 file changed
.github/workflows/run-tests-example-apps.yml
@@ -26,5 +26,8 @@ jobs:
26
- name: Install Playwright browsers
27
run: cd examples/tests && npx playwright install --with-deps
28
29
+ - name: Install http-server globally
30
+ run: npm install -g http-server
31
+
32
- name: Run tests
33
run: cd examples/tests && npm test
0 commit comments