chore: update test in trunk.yml

Running test:ci to trigger coverage
This commit is contained in:
Tim Griesser 2020-10-04 11:32:23 -04:00 committed by GitHub
parent a8df05ced2
commit 393de57b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Test
run: yarn -s test
run: yarn -s test:ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: