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 GitHub unit test workflow #9971

Merged
merged 2 commits into from Feb 28, 2020

Conversation

jonspalmer
Copy link
Contributor

What I did

Fixed the GitHub unit test workflow and added tests for Node 12

@@ -5,22 +5,26 @@ on: [push]
jobs:
build:

name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The previous version failed because we weren't using the matrix but trying to reference it in the name.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

💯💯💯

@shilman shilman added maintenance User-facing maintenance tasks patch:yes Bugfix & documentation PR that need to be picked to main branch labels Feb 27, 2020
@shilman shilman added this to the 5.3.x milestone Feb 27, 2020
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- uses: actions/checkout@v1
- uses: actions/checkout@v2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

v2 is faster. Looks like its 2s vs 25s to checkout the repo. Small things add up :)

@shilman shilman changed the title Fix GitHub unit test workflow Build: Fix GitHub unit test workflow Feb 28, 2020
@shilman shilman changed the title Build: Fix GitHub unit test workflow CI: Fix GitHub unit test workflow Feb 28, 2020
@shilman shilman merged commit 102486b into storybookjs:next Feb 28, 2020
@shilman shilman added patch:yes Bugfix & documentation PR that need to be picked to main branch and removed patch:yes Bugfix & documentation PR that need to be picked to main branch labels Mar 14, 2020
shilman added a commit that referenced this pull request Mar 14, 2020
@shilman shilman removed the patch:yes Bugfix & documentation PR that need to be picked to main branch label Jun 13, 2023
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.

None yet

3 participants