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 18, 2024
1 parent 361dd9c commit 9c1fc69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
path: ~/.npm
key: node-modules-${{ hashFiles('app/package-lock.json') }}
key: node-modules-${{ hashFiles('e2e-tests/package-lock.json') }}

- name: Install Node.js dependencies
run: |
Expand All @@ -41,6 +42,11 @@ jobs:
cd app
cp .env.server.example .env.server
- name: Install Node.js dependencies
run: |
cd e2e-tests
npm ci
- name: Set up Playwright
run: |
cd e2e-tests
Expand Down

0 comments on commit 9c1fc69

Please sign in to comment.