Skip to content

Commit 8a08b02

Browse files
committed
workflow troubleshooting
1 parent cd5fef3 commit 8a08b02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- name: run_tests
1616
run: >
17-
cd .. &&
17+
ls -la &&
18+
find . &&
1819
docker compose -f docker-compose-tests.yaml up --force-recreate --no-deps --wait -d &&
1920
sudo docker exec -w /app/ -it `docker ps | grep python | awk '{print $1;}'` python3 -m pytest -v -s test_mysql_ch_replicator.py

0 commit comments

Comments
 (0)