Skip to content

Commit

Permalink
set testing in config when running cypress CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Feb 2, 2024
1 parent 4ca6e17 commit e9a31e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
- name: Apply extra config options
run: |
cat web/cypress/test/extra-config.yaml >> local-dev/stack/config.yaml
sed -ie 's/TESTING: false/TESTING: true/g' local-dev/stack/config.yaml
docker restart quay-quay
sleep 30
Expand Down
1 change: 0 additions & 1 deletion web/cypress/fixtures/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"SETUP_COMPLETE": true,
"STATIC_SITE_BUCKET": null,
"TAG_EXPIRATION_OPTIONS": ["2w"],
"TESTING": true,
"PERMANENTLY_DELETE_TAGS": true
},
"external_login": [],
Expand Down

0 comments on commit e9a31e6

Please sign in to comment.