Skip to content

Commit

Permalink
Add Run-Integration-Tests as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 9, 2024
1 parent 557c5f8 commit 5ca932e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ca932e

Please sign in to comment.