From d0dbaa696829aac02753d6fa7dd1cbbc12367083 Mon Sep 17 00:00:00 2001 From: adrian peralta Date: Sun, 4 Aug 2024 00:07:57 +0000 Subject: [PATCH] config: #2 define testing workflow --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a84ab9..18497a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: name: 'End to End Tests' runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.39.0-jammy + image: mcr.microsoft.com/playwright:v1.45.1-jammy needs: [backend, frontend] steps: - name: Checkout code @@ -80,6 +80,9 @@ jobs: cd frontend yarn install + # - name: Install Playwright Browsers + # run: npx playwright install --with-deps + - name: Run Playwright tests run: | cd frontend