Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(build): fixes yarn install on github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Feb 15, 2020
1 parent 7907fbb commit 814e712
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,16 +51,21 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Init yarn
run: |
npm install -g yarn
- name: Install with yarn
run: |
curl -o- -L https://yarnpkg.com/install.sh | bash
yarn install
- name: Lint code
run: |
yarn lint
- name: Build
run: |
yarn build
- name: Storybook build
run: |
yarn build-storybook
- name: Run tests
run: |
yarn test:ci
Expand Down

1 comment on commit 814e712

@vercel
Copy link

@vercel vercel bot commented on 814e712 Feb 15, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.