Skip to content

Commit

Permalink
fix: install cypress in immutable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 16, 2024
1 parent 7077436 commit 49a1ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ runs:
record: true
tag: ${{ inputs.tag }}
config: baseUrl=http://localhost:8080
install-command: yarn install --immutable
env:
CYPRESS_RECORD_KEY: ${{ inputs.record_key || fromJSON(inputs.secrets).CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ fromJSON(inputs.secrets).GITHUB_TOKEN }}
Expand Down

0 comments on commit 49a1ea5

Please sign in to comment.