Skip to content

Commit

Permalink
fix : dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed Oct 3, 2023
1 parent c4f9084 commit 81172e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81172e8

Please sign in to comment.