Skip to content

Commit

Permalink
Update e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 8, 2024
1 parent 9daf3ee commit c3ce85d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
cd app
cp .env.server.example .env.server
- name: Install Playwright tests
run: |
cd app
npm install @playwright/test
- name: Set up Playwright
run: |
cd app
Expand Down

0 comments on commit c3ce85d

Please sign in to comment.