Skip to content

Commit

Permalink
chore: use yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 9, 2023
1 parent d63662d commit 6463ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: End-to-End tests
uses: cypress-io/github-action@v5
with:
start: docker compose up -d, yarn d2-app-scripts start
start: docker compose up -d, yarn start
wait-on: 'http://localhost:8080/dhis-web-commons/security/login.action, http://localhost:3000'
wait-on-timeout: 1200
record: true
Expand Down

0 comments on commit 6463ef4

Please sign in to comment.