From 9f2201f523610c3d236734c95f7452457014e8ea Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Thu, 11 Jul 2024 15:48:54 +0200 Subject: [PATCH] remove branch from push requests --- .github/workflows/ci-tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index b122a9100f..17013d22bf 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -1,13 +1,13 @@ -name: Build and Run Function, Unit and Contract Tests +name: Build and Run Tests on: push: branches: - master - - cv2-4793-identify-required-workflows pull_request: branches: - develop + - cv2-4793-identify-required-workflows env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}" @@ -172,6 +172,7 @@ jobs: TEST_RETRY_COUNT: 3 run: | docker-compose exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -T -e PATTERN='controllers contract' api test/run-tests.sh + - name: After unit Tests id: unit-tests env: