Skip to content

Commit

Permalink
ci: use latest cypress action
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 11, 2024
1 parent df4a897 commit 11963ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- uses: cypress-io/github-action@v5
- uses: cypress-io/github-action@v6
with:
start: npx --yes @dhis2/cli-cluster up 2.41 --channel dev --db-version 2.41 --seed, yarn start:nobrowser
wait-on: 'http://localhost:8080/dhis-web-commons/security/login.action, http://localhost:3000'
Expand Down

0 comments on commit 11963ff

Please sign in to comment.