-
Notifications
You must be signed in to change notification settings - Fork 363
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
Can't execute multiline commands #272
Comments
I ran into a similar problem with the It's caused by the In my case my build failed using |
I would be open to a pull request implementing this |
- Add exitOnceUploaded for Chromatic. - Add e2e build script for Cypress' build parsing: cypress-io/github-action#272
* Update to Next.js 13 - Update all dependencies to latest version. * Update images to use new Image component * Refactor to Next.js 13 app directory * Add react-query * Move API logic to src * Add VSCode workspace settings * Update play page - Hero to guess is the one with the highest net worth. - Show 10 heroes from the match instead of every hero. * Update CI workflow - Add exitOnceUploaded for Chromatic. - Add e2e build script for Cypress' build parsing: cypress-io/github-action#272 * Add basic 404 page * Clean up Match component - Remove console.log. - Remove unnecessary div. - Add no-console ESLint rule. * Add unit test for Loading - Remove unused utils file.
With GitHub actions, one can execute multiple commands with this multiline syntax:
Such behavior, however, doesn't seem to be respected by Cypress GH action. For instance, if I have this setup:
The actual command executed will be a combined, invalid,
command1 --option1 command2 --option2
.The text was updated successfully, but these errors were encountered: