Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiBlezniuk authored Feb 5, 2025
1 parent 4024bab commit 7e0de3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --legacy-peer-deps
- run: npm run dev
- run: npm run test-e2e
- run: |
npm run dev &
npm run test-e2e

0 comments on commit 7e0de3f

Please sign in to comment.