Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Pull request tests are failing due to Cypress error #2200

Closed
Raghav-Bell opened this issue Oct 9, 2023 · 2 comments
Closed

Pull request tests are failing due to Cypress error #2200

Raghav-Bell opened this issue Oct 9, 2023 · 2 comments
Labels
ARCHIVED bug Bugs. Not new features. Not improvements. Bugs.

Comments

@Raghav-Bell
Copy link
Contributor

Steps to reproduce the problem

  1. Open a PR with typo issues are resolved

What is the current behavior?

Cypress Tests are failing with following (similiar) errors:

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Error: Cypress tests: 3 failed

What is the expected behavior?

Cypress Tests should pass

Screenshots

No response

Device

No response

OS

No response

Browser

No response

Additional information

Check PRs #2184 ,#2162 and #2152.

@Raghav-Bell Raghav-Bell added the bug Bugs. Not new features. Not improvements. Bugs. label Oct 9, 2023
@Raghav-Bell
Copy link
Contributor Author

Raghav-Bell commented Oct 9, 2023

It might be due to the case of outdated github-action version as newer version use node 20:

uses: cypress-io/github-action@v3

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"

@vabarbosa
Copy link
Contributor

vabarbosa commented Feb 8, 2024

This repository is no longer maintained. It and its content has been superseded by IBM Quantum Learning

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ARCHIVED bug Bugs. Not new features. Not improvements. Bugs.
Projects
None yet
Development

No branches or pull requests

2 participants