Skip to content

Commit

Permalink
fix: wrong image name for mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 29, 2024
1 parent 2f5263e commit 689759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
env:
TEST_MONGODB_IMAGE: docker.io/mongodb:7
TEST_MONGODB_IMAGE: docker.io/mongo:7
run: cd ./mongodb && go test ./... -v -race

0 comments on commit 689759c

Please sign in to comment.