fix: fix github test action

This commit is contained in:
Sam Tolmay 2020-10-06 16:41:56 +02:00
parent 41e5101ff4
commit e97257ac29

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Check yarn cache integrity
run: yarn install --check-cache
- name: Test packages
run: yarn test
- name: Build packages
run: yarn build
- name: Test packages
run: yarn test