Skip to content

Commit

Permalink
ci(cypress): stop using cypress dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Oct 11, 2023
1 parent 01ed4c3 commit b53290a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ jobs:

e2e:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -100,11 +96,8 @@ jobs:
start: yarn start:nobrowser
wait-on: 'http://localhost:3000'
wait-on-timeout: 300
record: true
parallel: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_dhis2BaseUrl: https://debug.dhis2.org/dev
CYPRESS_dhis2ApiVersion: 41
CYPRESS_networkMode: stub
Expand Down

0 comments on commit b53290a

Please sign in to comment.