Skip to content

Commit

Permalink
Add client dependencies installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Mar 1, 2024
1 parent 0289788 commit 6fb8076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwrightCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -34,6 +33,9 @@ jobs:
- name: Run dependencies & server
working-directory: .
run: ./scripts/run_test server-only
- name: Install client dependencies
working-directory: ./app/client-v2
run: npm ci
- name: Install playwright
working-directory: ./app/client-v2
run: npx playwright install --with-deps
Expand Down

0 comments on commit 6fb8076

Please sign in to comment.