chore: Update test command in CI

pull/84/head
boazpoolman 2022-12-30 14:16:04 +01:00
parent d64af3f022
commit ae0d5b18a4
1 changed files with 1 additions and 1 deletions

View File

@ -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: