Skip to content

Commit 5c14520

Browse files
committed
[FIX] docker.yml delete getting redis from out
1 parent b595f71 commit 5c14520

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/docker.yml

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
environment:
1111
name: Deploy to docker hub
1212
steps:
13-
- name: Redis Server in GitHub Actions
14-
uses: supercharge/[email protected]
15-
with:
16-
redis-version: 6
1713
- name: Check out the repo
1814
uses: actions/checkout@v2
1915
- name: Set env

src/test/resources/application-test.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spring.redis.host=localhost
2222
spring.redis.database=0
2323
spring.redis.port=6379
2424

25-
spring.profiles=test
25+
spring.config.activate.on-profile=test
2626

2727
server.url=asdlfkaj.com
2828
secret.key=$2a$10$nsD/g.Db/f5Mf4vVneQfTuevib55e.5AmPcNer2D0hAj8Gf6cOGIW

0 commit comments

Comments
 (0)