Skip to content

Commit

Permalink
fix(ci): use a real mysql image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrudn committed Apr 25, 2024
1 parent da7e9a2 commit aa19418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

services:
postgres:
image: mysql:8.2-alpine
image: mysql:8.2
ports: ["3306:3306"]
env:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit aa19418

Please sign in to comment.