This commit is contained in:
Joseph Garrone 2021-02-27 14:49:26 +01:00
parent b6bc851e60
commit 9fc12ee74d

View File

@ -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