Skip to content

Commit b705a45

Browse files
committed
Restore test dependency
1 parent 99968fa commit b705a45

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
@@ -131,7 +131,7 @@ jobs:
131131
132132
nuget-push:
133133
name: Octopus NuGet Push
134-
needs: [build] # test, test-linux
134+
needs: [build, test, test-linux]
135135
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
136136
runs-on: ubuntu-22.04
137137
steps:

0 commit comments

Comments
 (0)