From ef7a035de5afec8736fe2deeda814ade1dbed49a Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Wed, 10 Jul 2024 21:46:06 +0200 Subject: [PATCH] remove test from setup job --- .github/workflows/testing.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 1f4d9c4ffd..649e4c5118 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -81,13 +81,6 @@ jobs: touch tmp/parallel_runtime_test.log chmod +w tmp/parallel_runtime_test.log - - name: Run PR Tests - id: run-tests - env: - TEST_RETRY_COUNT: 3 - run: | - docker-compose exec -T -e TEST_RETRY_COUNT=3 -e PATTERN='models mailers integration workers lib contract' api test/run-tests.sh - functional-tests: needs: setup runs-on: ubuntu-latest