Skip to content

Commit

Permalink
Fix Ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tung.tq committed Dec 18, 2023
1 parent 2a0128e commit 617ed89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
redis1:
image: redis
ports:
- 6378:6378
- 6379:6379
redis2:
image: redis
ports:
- 6379:6378
- 6380:6379
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 617ed89

Please sign in to comment.