From e6d94b40227b3dc20cddc113cc3b0e09b083e915 Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:25:54 +0100 Subject: [PATCH] build the project first --- .github/workflows/playwright-visual-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright-visual-ci.yml b/.github/workflows/playwright-visual-ci.yml index d782697c..12da7cc1 100644 --- a/.github/workflows/playwright-visual-ci.yml +++ b/.github/workflows/playwright-visual-ci.yml @@ -38,10 +38,12 @@ jobs: # - name: Run Personal server # run: npm run start & + - name: Build project + run: npm run build - name: Run Playwright tests run: npm run test - + - uses: actions/upload-artifact@v3 if: always() with: