Skip to content

Commit 4f0d605

Browse files
committed
Try fix tests
1 parent e4682e6 commit 4f0d605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: >
1818
ls -la &&
1919
docker compose -f docker-compose-tests.yaml up --force-recreate --no-deps --wait -d &&
20-
sudo docker exec -w /app/ -i `docker ps | grep python | awk '{print $1;}'` python3 -m pytest -x -v -s test_mysql_ch_replicator.py
20+
sudo docker exec -w /app/ -i `docker ps | grep mysql_ch_replicator-replicator | awk '{print $1;}'` python3 -m pytest -x -v -s test_mysql_ch_replicator.py

0 commit comments

Comments
 (0)