Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
varshakrishna-hippo committed Jan 27, 2025
1 parent da48997 commit 6c4c1d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm install
run: yarn install
- name: Run Playwright Tests
working-directory: ./src/e2e/CareLeavers.E2ETests
run: npx playwright test

0 comments on commit 6c4c1d1

Please sign in to comment.