From 3f1a794cd96ba8242d0d230a0c0e9aebb504d212 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Wed, 27 May 2026 16:42:53 -0400 Subject: [PATCH] Revert "Add Test Against Snapshots" This reverts commit c5de4096b4fb120fe2ac3d29e8fc475b9a88d11f. --- .github/workflows/continuous-integration-workflow.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ef417b3278..90d6214955 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -27,16 +27,9 @@ jobs: java-version: ${{ matrix.jdk }} distribution: temurin secrets: inherit - test: - name: Test Against Snapshots - uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 - with: - java-version: 17 - test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=7.0.+ -PreactorVersion=2025.0.+ -PspringDataVersion=2025.1.+ -PmicrometerVersion=1.15.+ --stacktrace - secrets: inherit deploy-artifacts: name: Deploy Artifacts - needs: [ build, test ] + needs: [ build ] uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}