diff --git a/.github/workflows/run-tests-example-apps.yml b/.github/workflows/run-tests-example-apps.yml index 555821b98..b73c5c854 100644 --- a/.github/workflows/run-tests-example-apps.yml +++ b/.github/workflows/run-tests-example-apps.yml @@ -26,5 +26,8 @@ jobs: - name: Install Playwright browsers run: cd examples/tests && npx playwright install --with-deps + - name: Install http-server globally + run: npm install -g http-server + - name: Run tests run: cd examples/tests && npm test \ No newline at end of file