Skip to content

Commit

Permalink
chore(percy): add percy context to finalize job (#23558)
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored Aug 25, 2022
1 parent a9d9711 commit e80e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ linux-x64-workflow: &linux-x64-workflow
requires:
- build
- percy-finalize:
context: test-runner:poll-circle-workflow
context: [test-runner:poll-circle-workflow, test-runner:percy]
required_env_var: PERCY_TOKEN # skips job if not defined (external PR)
requires:
- build
Expand Down

1 comment on commit e80e778

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e80e778 Aug 26, 2022

Choose a reason for hiding this comment

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

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.7.0/linux-x64/develop-e80e7781db74cd64585ed263ed5c5186b2fd6dda/cypress.tgz

Please sign in to comment.