Skip to content

Commit

Permalink
Remove redundant inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Aug 11, 2023
1 parent e8d23d2 commit 9dc2efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
services:
mysql:
# Use the Mysql docker image https://hub.docker.com/_/mysql
image: mysql:8.0 # Using 8.0 to map to what is used in production.
image: mysql:8.0
ports:
- 3306:3306 # Default port mappings
# Monitor the health of the container to mesaure when it is ready
Expand Down

0 comments on commit 9dc2efa

Please sign in to comment.