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

CI: Fix test-runner build step #19255

Merged
merged 13 commits into from
Oct 10, 2022
Merged

CI: Fix test-runner build step #19255

merged 13 commits into from
Oct 10, 2022

Conversation

shilman
Copy link
Member

@shilman shilman commented Sep 26, 2022

Issue: N/A

Chromatic was failing on play function errors and test-runner was swallowing them because of a bug in the test-runner storybookjs/test-runner#195

What I did

Upgrade test-runner

How to test

@shilman shilman added the maintenance User-facing maintenance tasks label Sep 26, 2022
@shilman shilman changed the title CI: Upgrade to latest test-runner CI: Fix test-runner build step Sep 28, 2022
scripts/sandbox.ts Outdated Show resolved Hide resolved
@shilman
Copy link
Member Author

shilman commented Oct 9, 2022

@tmeasday @IanVS @yannbf this PR upgrades the test runner so that it actually tests (earlier versions were swallowing 7.0 errors). However, CI is currently breaking with "Cannot call renderSelection before initialization" in Vite projects, which was fixed here #19071. Any idea why it might be failing in the test runner?

Copy link
Member

@tmeasday tmeasday left a comment

Choose a reason for hiding this comment

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

LGTM apart from question about parameter.

@tmeasday
Copy link
Member

tmeasday commented Oct 9, 2022

Any idea why it might be failing in the test runner?

🤔 hmmm, that issue is due to timing related stuff so I guess it could just be a new kind of timing triggering a similar kind of issue. Not sure.

@shilman shilman assigned tmeasday and unassigned yannbf Oct 10, 2022
@tmeasday tmeasday merged commit bc3831f into next Oct 10, 2022
@tmeasday tmeasday deleted the shilman/upgrade-test-runner branch October 10, 2022 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants