Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

injected header/footer e2e tests: try rolling back cypress version #33293

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/e2e-injection-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: E2E Proxy Rewrite Injection Test


# on:
# workflow_dispatch:
# schedule:
# - cron: 0 14 * * 1-5

on:
workflow_dispatch:
schedule:
- cron: 0 14 * * 1-5
pull_request:
types:
- opened
- reopened
- synchronize
Copy link
Contributor Author

@jamigibbs jamigibbs Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporary to test the workflow


jobs:
cypress-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
uses: nick-fields/retry@v3
with:
command: |
CYPRESS_INSTALL_BINARY=https://vetsgov-website-builds-s3-upload.s3.us-gov-west-1.amazonaws.com/artifacts/cypress/13.15.0.zip yarn install --frozen-lockfile --prefer-offline --production=false --network-timeout 1000000000
CYPRESS_INSTALL_BINARY=https://vetsgov-website-builds-s3-upload.s3.us-gov-west-1.amazonaws.com/artifacts/cypress/13.13.2.zip yarn install --frozen-lockfile --prefer-offline --production=false --network-timeout 1000000000
npx cypress install
npx cypress --version
max_attempts: 3
Expand Down
Loading