Skip to content

Commit

Permalink
Fixed e2e PlayWright tests with GitHub Actions after latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Mar 5, 2025
1 parent 68a8e1a commit a6da0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
restore-keys: ${{ runner.os }}-npm-
- name: Install dependencies
run: npm ci
- name: Switch to development mode
run: sed -i "s/production/development/g" .env
- name: Build website
run: npm run build
- name: Install Playwright Browsers
Expand Down

0 comments on commit a6da0b1

Please sign in to comment.