Skip to content

Commit

Permalink
chore: remove idpstopper
Browse files Browse the repository at this point in the history
only run the integration tests
  • Loading branch information
jlangy committed Mar 8, 2024
1 parent a487078 commit 62c9839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
CYPRESS_guid: ${{ secrets.CYPRESS_GUID }}
CYPRESS_loginproxy: ${{ secrets.CYPRESS_LOGINPROXY }}
CYPRESS_siteminder: ${{ secrets.CYPRESS_SITEMINDER }}
CYPRESS_host: 'http://127.0.0.1:3000'
CYPRESS_host: 'http://localhost:3000'
CYPRESS_smoketest: true

jobs:
Expand All @@ -33,16 +33,16 @@ jobs:
repository: 'bcgov/sso-requests-e2e'
# - run: |
# sleep 300
# echo "127.0.0.1"
# curl http://127.0.0.1:3000 || true
# echo "localhost"
# curl http://localhost:3000 || true
- name: E2E Smoke tests
uses: cypress-io/github-action@v6
id: smoke
continue-on-error: false
with:
summary-title: 'E2E Smoke tests'
record: false
wait-on: 'http://127.0.0.1:3000'
wait-on: 'http://localhost:3000'
wait-on-timeout: 180
install-command: npm ci
working-directory: testing
Expand Down

0 comments on commit 62c9839

Please sign in to comment.