Skip to content

Commit 5315df6

Browse files
committed
workflow troubleshooting
1 parent 73ede84 commit 5315df6

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/ -it `docker ps | grep python | awk '{print $1;}'` python3 -m pytest -v -s test_mysql_ch_replicator.py
20+
sudo docker exec -w /app/ -i `docker ps | grep python | awk '{print $1;}'` python3 -m pytest -v -s test_mysql_ch_replicator.py

0 commit comments

Comments
 (0)