From fe13abf4c68bc42e5dbd66e1c8e27c8710d29151 Mon Sep 17 00:00:00 2001 From: Gabriel Chittolina Date: Tue, 2 Sep 2025 14:16:07 -0300 Subject: [PATCH] fix: install http server --- .github/workflows/run-tests-example-apps.yml | 3 +++ 1 file changed, 3 insertions(+) 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