Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cypress info in main workflow / ui-chrome-tests #1406

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

MikeMcC399
Copy link
Contributor

Issue

In the workflow .github/workflows/main.yml, job ui-chrome-tests

      - name: Cypress info
        run: npx cypress info

is called before Cypress is installed through cypress-io/github-action so the latest version of Cypress is downloaded and run. The logs show:

Run npx cypress info
  npx cypress info
  shell: sh -e {0}
npm WARN exec The following package was not found and will be installed: [email protected]

The latest version of Cypress is not necessarily the one defined in yarn.lock. At the time of writing, in fact [email protected] is defined, and should be used, not [email protected]

cypress@^13.0.0:
version "13.0.0"

Resolution

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 10, 2023 13:29
@AtofStryker AtofStryker merged commit e47aaa8 into cypress-io:develop Sep 11, 2023
2 checks passed
@MikeMcC399 MikeMcC399 deleted the cypress-info-in-main branch September 11, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants