From c63709b9a7bd7137e294e05d650e7a3cd43b28ca Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Wed, 13 Aug 2025 16:39:23 -0400 Subject: [PATCH] Run all integ tests with security Signed-off-by: Craig Perkins --- .github/workflows/security-test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-test-workflow.yml b/.github/workflows/security-test-workflow.yml index d6606ca3b..031acea12 100644 --- a/.github/workflows/security-test-workflow.yml +++ b/.github/workflows/security-test-workflow.yml @@ -45,7 +45,7 @@ jobs: - name: Run integration tests run: | chown -R 1000:1000 `pwd` - su `id -un 1000` -c "./gradlew integTest -Dsecurity=true -Dhttps=true --tests '*SecurityBehaviorIT'" + su `id -un 1000` -c "./gradlew integTest -Dsecurity=true -Dhttps=true --tests '*IT'" - name: Upload failed logs uses: actions/upload-artifact@v4 if: failure()