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

Make preflight error when suite-setup-util fails #1433

Merged

Conversation

NullVoxPopuli
Copy link
Collaborator

@NullVoxPopuli NullVoxPopuli commented May 18, 2023

@@ -34,7 +34,9 @@ jobs:
run: pnpm lint
- id: set-matrix
working-directory: test-packages/support
run: echo "matrix=$(node ./suite-setup-util.js --matrix)" >> $GITHUB_OUTPUT
run: |
matrix_json=$(node ./suite-setup-util --matrix)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separating these allows potential errors to halt CI (see first commit's red status)

@@ -117,7 +117,7 @@ engineScenarios
});

engineScenarios
.skip('release') // fails due to https://github.com/emberjs/ember.js/pull/20461
.skip('release-engines') // fails due to https://github.com/emberjs/ember.js/pull/20461
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release doesn't exist -- but release-engines does!

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review May 18, 2023 00:52
@NullVoxPopuli
Copy link
Collaborator Author

All scenarios are green. 🎉

@NullVoxPopuli NullVoxPopuli merged commit 18fd6a9 into embroider-build:main May 18, 2023
@ef4
Copy link
Contributor

ef4 commented May 18, 2023

Thanks, good fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants