Seperate out install, build and lint since github only says install.

This commit is contained in:
gnuxie 2022-07-01 18:11:31 +01:00
parent abdf4c4944
commit d9b9ca4e27

View File

@ -20,10 +20,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
- run: |
yarn install
yarn build
yarn lint
- run: yarn install
- run: yarn build
- run: yarn lint
integration:
name: Integration tests
runs-on: ubuntu-latest