Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
redis 에러
  • Loading branch information
AlmondBreez3 authored Nov 18, 2023
1 parent 29d1281 commit 330da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Start Redis Container
run: |
docker run -d -p 6379:6379 --name my-redis redis:latest
docker run -d -p 6379:6379 --name bapmate-redis-container redis:latest
shell: bash

- name: Docker build
Expand Down

0 comments on commit 330da5d

Please sign in to comment.