-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix stable #2204
Fix stable #2204
Conversation
58d9767
to
673cffb
Compare
60bd161
to
53d1906
Compare
53d1906
to
337b7f0
Compare
@@ -6,7 +6,7 @@ import { join } from 'path'; | |||
const { module: Qmodule, test } = QUnit; | |||
|
|||
appScenarios | |||
.only('release') | |||
.only('lts_5_12') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is failing with release
, not sure why? cc @void-mAlex
release, | ||
}) | ||
// exceeding GitHub actions limit of 256 | ||
.skip('lts_4_4') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skipping these to get around Strategy expansion exceeded 256 results for job 'test'
, see https://github.com/embroider-build/embroider/actions/runs/12254560402
Get
stable
branch green again. Mostly backporting changes from #2176.