Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 26, 2023
1 parent 0fa2d1e commit ee59c78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
# - run: npm run check-eslint
- run: npm run dev-docker
- run: npm run dev-reinit
- run: npm run dev &
background: true
- run: npm run test-e2e
- run: |
npm run dev &
sleep 20
npm run test-e2e
# - run: npm run test-e2e
- run: npm run build-client

0 comments on commit ee59c78

Please sign in to comment.