try break tests

This commit is contained in:
Jan Prochazka
2021-05-28 15:21:19 +02:00
parent b13f01d3b3
commit 5fa3f39f69
2 changed files with 2 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ jobs:
- name: Run tests
run: |
cd integration-tests
yarn wait:ci
yarn test:ci
# yarn wait:ci
- uses: tanmen/jest-reporter@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}