Update main.yml

This commit is contained in:
piotrpekala7 2021-04-18 22:42:24 +02:00 committed by GitHub
parent 7c48791ae5
commit 644dc588b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,5 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm test
- run: yarn install
- run: yarn test