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

tests: run test-viewer in github actions #11195

Merged
merged 1 commit into from
Jul 30, 2020
Merged

tests: run test-viewer in github actions #11195

merged 1 commit into from
Jul 30, 2020

Conversation

brendankenny
Copy link
Member

part of #11194

Kind of a ridiculously small PR, but the code coverage stuff is a lot more involved.

@brendankenny brendankenny requested a review from a team as a code owner July 30, 2020 14:31
@brendankenny brendankenny requested review from paulirish and removed request for a team July 30, 2020 14:31
@brendankenny brendankenny changed the title test: run test-viewer in github actions tests: run test-viewer in github actions Jul 30, 2020
@@ -33,6 +33,8 @@ jobs:
run: xvfb-run --auto-servernum yarn test-bundle
- name: yarn test-docs
run: xvfb-run --auto-servernum yarn test-docs
- name: yarn test-viewer
run: xvfb-run --auto-servernum yarn test-viewer
Copy link
Member Author

Choose a reason for hiding this comment

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

needs yarn build-all (to get yarn build-viewer), xvfb, and is quite fast (11s locally, we'll see in CI), so here in basics seemed like the obvious choice.

Copy link
Member Author

Choose a reason for hiding this comment

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

11s locally, we'll see in CI

13s

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

image

gosh silly @brendankenny how dare this 2-line yaml change regress (impossibly?) our coverage! 😆

LGTM :)

@brendankenny
Copy link
Member Author

image

That's real weird. Also I've never noticed the +- in there. I assume it's adding a negative number, aka subtraction, and not ±, which would be even more worrying about their accuracy? :)

@brendankenny brendankenny merged commit d0eacd7 into master Jul 30, 2020
@brendankenny brendankenny deleted the actionsviewer branch July 30, 2020 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants