Skip to content

Commit b06b045

Browse files
committed
[Debug]:seConfig in JAR
1 parent 5a93063 commit b06b045

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
- name: Build with Gradle
7575
run: ./gradlew clean bootJar -x test --no-daemon
7676

77+
- name: Verify SecurityConfig in JAR
78+
run: |
79+
echo "Checking if SecurityConfig is in the built JAR..."
80+
jar tf build/libs/backend-0.0.1-SNAPSHOT.jar | grep SecurityConfig || echo "ERROR: SecurityConfig not found in JAR!"
81+
7782
- name: Set environment
7883
id: env
7984
run: |

0 commit comments

Comments
 (0)