Skip to content

Commit b844b12

Browse files
committed
Revert "Add Test Against Snapshot"
This reverts commit 6241327.
1 parent 6241327 commit b844b12

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,9 @@ jobs:
2727
java-version: ${{ matrix.jdk }}
2828
distribution: temurin
2929
secrets: inherit
30-
test:
31-
name: Test Against Snapshots
32-
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
33-
with:
34-
java-version: 25
35-
test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=25 -PspringFrameworkVersion=7.0.+ -PreactorVersion=2025.0.+ -PspringDataVersion=2025.1.+ -PmicrometerVersion=1.16.+ --stacktrace
36-
secrets: inherit
3730
deploy-artifacts:
3831
name: Deploy Artifacts
39-
needs: [ build, test ]
32+
needs: [ build ]
4033
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4134
with:
4235
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}

0 commit comments

Comments
 (0)