Update main.yml

This commit is contained in:
piotrpekala7 2021-04-19 00:39:50 +02:00 committed by GitHub
parent 668093ffb3
commit 5f5cd8aa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
- run: yarn install
- run: yarn test
- uses: c-hive/gha-yarn-cache@v1
- name: Install JS dependencies
run: yarn install
- name: Test
run: yarn test