Skip to content

Commit 27492e2

Browse files
avoid webapp build
1 parent 74bde6d commit 27492e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bean-instantiations-startup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Start Spring Boot app
2727
run: |
2828
PROFILES=dev,localci,lti,aeolus,theia,iris,localvc,artemis,scheduling,buildagent,core,ldap
29-
nohup ./gradlew bootRun --args="--spring.profiles.active=$PROFILES --artemis.user-management.passkey.enabled=true" > app.log 2>&1 &
29+
nohup ./gradlew bootRun -x webapp --args="--spring.profiles.active=$PROFILES --artemis.user-management.passkey.enabled=true" > app.log 2>&1 &
3030
echo $! > app.pid
3131
3232
- name: Wait for health endpoint

0 commit comments

Comments
 (0)