From ba5ff7d1ad07026838c8fafabc88fa3643612322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Beltra=CC=81n?= Date: Tue, 4 Jun 2024 19:02:09 +0200 Subject: [PATCH] test print page --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 199cbf59..16be4507 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,6 +31,9 @@ jobs: run: npx wait-on http://localhost:8080 timeout-minutes: 1 + - name: Print home page + run: curl http://localhost:8080 + - name: Install npm dependencies run: npm install - name: Install dependencies