Skip to content

Commit

Permalink
Try changing order in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Nov 16, 2023
1 parent 058fc3a commit 5de035b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 170 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
- name: Run the cypress tests on client-example and client-bundle-example
run: |
npm run start:provider &
sleep 10s
sleep 5s
npm run start:server &
sleep 10s
sleep 5s
npm run start:demo &
sleep 10s
npm run start:bundle &
sleep 10s
sleep 5s
npm i cypress
npm -w @prosopo/cypress-shared run cypress:run:client-example
sleep 5s
npm run start:bundle &
npm -w @prosopo/cypress-shared run cypress:run:client-bundle-example
Loading

0 comments on commit 5de035b

Please sign in to comment.