diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index eca4fd8dc1..78a679ff12 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -167,13 +167,13 @@ jobs: - name: Run jest --shard=${{ format('{0}/{1}', matrix.shard-index, matrix.shard-count) }} run: | ./node_modules/.bin/jest \ - --bail=20 \ --ci \ --coverage true \ --forceExit \ --logHeapUsage \ --runInBand \ --shard=${{ format('{0}/{1}', matrix.shard-index, matrix.shard-count) }} + timeout-minutes: 10 - if: always() name: Append ID to test result @@ -195,10 +195,6 @@ jobs: ./coverage/nunit3-*.xml ./coverage/result-*.trx - - if: always() - name: Run docker-compose down - run: docker-compose -f docker-compose-wsl2.yml down --rmi all - merge-test-result: if: always() name: Merge test result