mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Migrates to using yarn over npm
This commit is contained in:
parent
9601af754e
commit
f1da4c7be1
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -16,11 +16,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
|
||||
- name: Install and Test
|
||||
run: |
|
||||
npm install
|
||||
npm run-script lint
|
||||
npm run-script test
|
||||
yarn install
|
||||
yarn lint
|
||||
yarn test
|
||||
|
||||
- name: Uploade CodeCov Report
|
||||
uses: codecov/codecov-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user