From 81172e82dbcf42d678163f7a96a689cc33f002fe Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Tue, 3 Oct 2023 15:58:53 +0530 Subject: [PATCH] fix : dependancy --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c931861180..8e102f05fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,10 +159,7 @@ jobs: matrix: os: [ ubuntu-20.04 ] # list of os: https://github.com/actions/virtual-environments runs-on: ${{ matrix.os }} - dependencies: - - build - - unit-tests - - integration-tests + needs: [unit-tests, integration-tests] steps: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1