Skip to content

Commit

Permalink
cypress start
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 17, 2024
1 parent 2f47d7e commit fc86162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/cypress/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ runs:
record: true
tag: ${{ inputs.tag }}
config: baseUrl=http://localhost:8080
install-command: yarn install --immutable
start: yarn serve
# we've installed all dependencies in the yarn step above
install: false
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 fc86162

Please sign in to comment.