Skip to content

Commit

Permalink
Fix duplicate service key.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Dec 4, 2020
1 parent 91d4d6f commit a7036bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
[[ -z "${{ secrets.CODECOV_TOKEN }}" ]] || bash <(curl -s https://codecov.io/bash) -t "${{ secrets.CODECOV_TOKEN }}" -B "${{ github.ref }}"
services:
mariadb:
mysql:
image: mysql:8
options: >-
--mount type=tmpfs,destination=/var/lib/mysql
Expand Down

0 comments on commit a7036bc

Please sign in to comment.