You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on whether the new suggested workflow main.yml is added through a push or via a PR to the master branch, the action results in 3 failures from existing workflows (for push) or 16 failed checks (for PR). The added workflow itself works correctly.
The instructions are as follows:
Try it out
To try out the example above yourself, fork the Cypress Kitchen Sink example project and place the above GitHub Action configuration in a newly created main.yml file within .github/workflows/.
Subject
Continuous Integration > GitHub Actions > Basic Setup
Description
Issue
Continuous Integration > GitHub Actions > Basic Setup advises to "Try it out".
Depending on whether the new suggested workflow
main.yml
is added through a push or via a PR to themaster
branch, the action results in 3 failures from existing workflows (for push) or 16 failed checks (for PR). The added workflow itself works correctly.The instructions are as follows:
Steps to reproduce
Create
main.yml
in master.github/workflows/main.yml
.6 workflows run. 3 workflows succeed, 3 workflows fail. The failures are:
Select Actions > Cypress Tests > ... menu Disable workflow
Create
main2.yml
in master<> Code
.github/workflows/main2.yml
.16 failing and 5 successful checks are reported
In addition to the workflows which fail on push to
master
(see above), the following PR workflows also fail:Suggestion
The text was updated successfully, but these errors were encountered: