Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Dec 14, 2023
1 parent 7c8d5f8 commit 79040ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:

jacoco-result-merge:
runs-on: ubuntu-latest
needs: [integration-test-result, unit-test]
needs: [integration-test-result, samples-test-result, unit-test]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 79040ca

Please sign in to comment.