Skip to content

Commit 8950832

Browse files
committed
add env in CI
1 parent 4be2f7d commit 8950832

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
--health-interval=10s
2626
--health-timeout=5s
2727
--health-retries=5
28+
29+
environment:
30+
SPRING_DATASOURCE_URL: jdbc:postgresql://localhost:5432/springreact
31+
SPRING_DATASOURCE_USERNAME: postgres
32+
SPRING_DATASOURCE_PASSWORD: postgres
2833

2934
steps:
3035
- name: Checkout repository

0 commit comments

Comments
 (0)