ci: fix nightly workflow (#8799)

closes #8798
This commit is contained in:
Daniel Roe 2021-02-09 09:25:27 +00:00 committed by GitHub
parent da318a5e1a
commit 745516c56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
- name: test types - name: test types
run: yarn test:types run: yarn test:types
- name: test dev - name: test dev
run: yarn test:dev -w=2 run: yarn test:dev
- name: test unit - name: test unit
run: yarn test:unit run: yarn test:unit
- name: test e2e - name: test e2e