Skip to content

Commit

Permalink
Update validate-e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
varshakrishna-hippo committed Feb 3, 2025
1 parent 13205ab commit 0e83e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
working-directory: ./src/e2e/CareLeavers.E2ETests
run: yarn install

- name: Install Playwright Browsers
working-directory: ./src/e2e/CareLeavers.E2ETests
run: yarn playwright install --with-deps

- name: Run Playwright Tests
Expand Down

0 comments on commit 0e83e07

Please sign in to comment.