Skip to content

Commit

Permalink
test(cypress): drop --seed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 13, 2023
1 parent 11661e9 commit f4e407d
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 @@ -93,7 +93,7 @@ jobs:
- name: End-to-End tests
uses: cypress-io/github-action@v5
with:
start: npx --yes @dhis2/cli-cluster up 2.40 --channel dev --db-version 2.40 --seed, yarn start:nobrowser
start: npx --yes @dhis2/cli-cluster up 2.40 --channel dev --db-version 2.40, yarn start:nobrowser
wait-on: 'http://localhost:8080/dhis-web-commons/security/login.action, http://localhost:3000'
wait-on-timeout: 600
env:
Expand Down

0 comments on commit f4e407d

Please sign in to comment.