Skip to content

Commit c7276d2

Browse files
fix boot run command
1 parent dc00e85 commit c7276d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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 -x webapp --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 --artemis.user-management.use-external=false --artemis.iris.url=http://iris.fake \
30+
--artemis.iris.secret-token=token --spring.jpa.database=h2 --spring.datasource.url=jdbc:h2:mem:mydb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE --spring.datasource.username=sa --spring.datasource.password= --aeolus.url=http://aeolus.fake" > app.log 2>&1 &
3031
echo $! > app.pid
3132
3233
- name: Wait for health endpoint

0 commit comments

Comments
 (0)