Skip to content

Commit

Permalink
chore: pre-setuppalywright
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Jan 9, 2025
1 parent 31904bb commit 6f7e30f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f7e30f

Please sign in to comment.