diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index dc685462a..21af01b8c 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -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 }} diff --git a/integration-tests/engines.js b/integration-tests/engines.js index 6ffb168ec..6c54ac202 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -92,7 +92,7 @@ const engines = [ server: 'localhost', port: 15003, }, - skipOnCI: true, + // skipOnCI: true, objects: [views], }, ];