Skip to content

Commit

Permalink
fix: remove v37 e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jun 26, 2023
1 parent 52d1538 commit 5f387e4
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,39 +83,6 @@ jobs:
- name: Test
run: yarn d2-app-scripts test

e2e-v37:
runs-on: ubuntu-latest
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"

strategy:
fail-fast: false
matrix:
containers: [1, 2]

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 12.x

- name: End-to-End tests
uses: cypress-io/github-action@v2
with:
start: yarn d2-app-scripts start
wait-on: 'http://localhost:3000'
wait-on-timeout: 300
record: true
parallel: true
env:
BROWSER: none
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_dhis2BaseUrl: http://localhost:8082
CYPRESS_dhis2ApiVersion: 37
CYPRESS_networkMode: stub

e2e-v38:
runs-on: ubuntu-latest
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
Expand Down Expand Up @@ -184,7 +151,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [build, lint, test, e2e-v37]
needs: [build, lint, test, e2e-v38]
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5f387e4

Please sign in to comment.