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
1 changed files with 1 additions and 1 deletions

View File

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