Skip to content

Commit 8bca10e

Browse files
Update .github/workflows/_go-tests.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dcbe37c commit 8bca10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121

2222
- name: Start redis
23-
docker run -d -p 6379: 6379 redis:latest
23+
docker run -d -p 6379:6379 redis:latest
2424

2525
- name: Checkout
2626
uses: actions/checkout@v5

0 commit comments

Comments
 (0)