Skip to content

Commit e752b74

Browse files
committed
Fix CI bad naming
1 parent e0f8437 commit e752b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sqlx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ jobs:
356356
# client SSL authentication
357357

358358
- run: |
359-
docker-compose -f tests/docker-compose.yml stop mysql_${{ matrix.mysql }}
360-
docker-compose -f tests/docker-compose.yml rm mysql_${{ matrix.mysql }}
361-
docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mysql_${{ matrix.mysql }}_client_ssl
359+
docker-compose -f tests/docker-compose.yml stop mariadb_${{ matrix.mariadb }}
360+
docker-compose -f tests/docker-compose.yml rm mariadb_${{ matrix.mariadb }}
361+
docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mariadb_${{ matrix.mariadb }}_client_ssl
362362
sleep 60
363363
364364
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)