Skip to content

Commit

Permalink
ustc-3866: setup before test please
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcotte committed Aug 22, 2023
1 parent ad71d12 commit 23a63e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/start-a-case-practitioner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:

env:
CI: true
ELECTRON_EXTRA_LAUNCH_ARGS: '--disable-gpu'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -33,6 +32,10 @@ jobs:
run: npm ci
- name: Run E2E Cypress
run: |
mkdir -p /tmp/cypress/
npm run start:all:ci >> /tmp/cypress/cypress-output.txt &
./wait-until-services.sh
sleep 5
npm run cypress:integration:file cypress/cypress-integration/integration/start-a-case-practitioner.cy.ts
- name: Store Cypress Failure Videos
if: always()
Expand Down

0 comments on commit 23a63e0

Please sign in to comment.