Skip to content

Commit ae0d5b1

Browse files
committed
chore: Update test command in CI
1 parent d64af3f commit ae0d5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build playground
4747
run: yarn playground:build
4848
- name: Run test
49-
run: yarn run -s test:integration
49+
run: cd playground && jest --verbose
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v2
5252
with:

0 commit comments

Comments
 (0)