mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Update nodejs.yml
This commit is contained in:
parent
e9d59505e0
commit
d199c020b7
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
@ -24,9 +24,10 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm run test --runInBand --no-cache
|
||||
- run: npm run build --if-present
|
||||
- run: npm install -g yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn run lint
|
||||
- run: yarn run test --runInBand --no-cache
|
||||
- run: yarn run build
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
Reference in New Issue
Block a user