Skip to content

Commit fc986f3

Browse files
committed
Require That Tests Pass to Deploy Artifacts
1 parent 29d72e8 commit fc986f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=6.2.+ -PspringDataVersion=2024.0.+ --stacktrace
3535
deploy-artifacts:
3636
name: Deploy Artifacts
37-
needs: [ build ]
37+
needs: [ build, test ]
3838
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
3939
with:
4040
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}

0 commit comments

Comments
 (0)