Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upStrip quotes around group name and parallel ci build id #5686
Labels
Comments
This comment has been minimized.
This comment has been minimized.
The code for this is done in cypress-io/cypress#5692, but has yet to be released. |
This comment has been minimized.
This comment has been minimized.
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cypress v3.6.1
When running in GitHub Actions like https://github.com/cypress-io/cypress-example-kitchensink/runs/301196919 across multiple OS I have noticed that the start command might pass group name and parallel ci build arguments differently depending on the platform. Sometimes there are quotes around the CLI arguments, sometimes not. For example, on Windows
While on Linux same code produces
Notice
group: '"Parallel 2x on ubuntu-latest"'
and ciBuildId: '"Using Cypress GH Action - ec4d499628cc1385bc222f7c06168808f24852bb"' which leads to a different run from Windows run.Proposal: automatically remove quotes around group name and ci build id. We already do this for some environment variables, like Cypress record key.