update
This commit is contained in:
parent
b6bc851e60
commit
9fc12ee74d
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -29,12 +29,12 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- if: steps._1.npm_or_yarn == 'yarn'
|
||||
- if: steps._1.outputs.npm_or_yarn == 'yarn'
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn run build
|
||||
yarn run test
|
||||
- if: steps._1.npm_or_yarn == 'npm'
|
||||
- if: steps._1.outputs.npm_or_yarn == 'npm'
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user