Skip to content

Commit

Permalink
Fix E2E setting
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Mar 5, 2024
1 parent bfe6d36 commit 8191420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ env:
BUNDLE_CLEAN: true
BUNDLE_FROZEN: true
YARN_ENABLE_IMMUTABLE_INSTALLS: false
CYPRESS_PROJECT_ID: ${{ secrets.EXAMPLE_PROJECT_ID }}
CYPRESS_RECORD_KEY: ${{ secrets.EXAMPLE_RECORDING_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -111,3 +108,6 @@ jobs:
CYPRESS_password: MasterChief117
CYPRESS_RAILS_HOST: localhost
CYPRESS_RAILS_PORT: 3000
CYPRESS_PROJECT_ID: ${{ secrets.EXAMPLE_PROJECT_ID }}
CYPRESS_RECORD_KEY: ${{ secrets.EXAMPLE_RECORDING_KEY }}
CYPRESS_RAILS_CYPRESS_OPTS: --record

0 comments on commit 8191420

Please sign in to comment.