chore: Update test command in CI
parent
d64af3f022
commit
ae0d5b18a4
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Build playground
|
||||
run: yarn playground:build
|
||||
- name: Run test
|
||||
run: yarn run -s test:integration
|
||||
run: cd playground && jest --verbose
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue