Skip to content

Commit bde5d47

Browse files
committed
Add integration-test to publish needs
Signed-off-by: Victor Chang <[email protected]>
1 parent fed7a95 commit bde5d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ jobs:
523523
publish:
524524
name: Publish to GitHub Packages
525525
runs-on: ubuntu-latest
526-
needs: [build, unit-test]
526+
needs: [build, unit-test, integration-test]
527527
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
528528
steps:
529529
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)