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 - name: Run tests
run: | run: |
cd integration-tests cd integration-tests
yarn wait:ci
yarn test:ci yarn test:ci
# yarn wait:ci
- uses: tanmen/jest-reporter@v1 - uses: tanmen/jest-reporter@v1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -92,7 +92,7 @@ const engines = [
server: 'localhost', server: 'localhost',
port: 15003, port: 15003,
}, },
skipOnCI: true, // skipOnCI: true,
objects: [views], objects: [views],
}, },
]; ];