From 5ca932e44509ff3fe236e66f332b45e850530a6d Mon Sep 17 00:00:00 2001 From: Pankaj Date: Wed, 7 Aug 2024 19:08:23 +0530 Subject: [PATCH] Add Run-Integration-Tests as dependency --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6dd1fb1..8a3c87b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ name: test on: push: - branches: [ "main", "codecov" ] + branches: [ "main" ] pull_request: - branches: [ "main", "codecov" ] + branches: [ "main" ] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -148,6 +148,7 @@ jobs: if: github.event.action != 'labeled' needs: - Run-Unit-Tests + - Run-Integration-Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v3