From 6f7e30f769324f6c2190ff5611e1ce3f07b9600d Mon Sep 17 00:00:00 2001 From: tomiir Date: Thu, 9 Jan 2025 12:52:12 +0100 Subject: [PATCH] chore: pre-setuppalywright --- .github/workflows/ui_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 0e6509c8c7..3a6e8040ae 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -80,6 +80,10 @@ jobs: SOCIAL_TEST_EMAIL: ${{ secrets.TESTS_SOCIAL_EMAIL }} SOCIAL_TEST_PASSWORD: ${{ secrets.TESTS_SOCIAL_PASSWORD }} + - name: Setup Playwright + working-directory: ./apps/laboratory/ + run: pnpm playwright:install + # Cache the entire workspace after setup - name: Cache Workspace uses: actions/cache/save@v4