Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix not tty
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 0550d43 commit 40d3f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -161,7 +161,7 @@ jobs:
do
echo "::group::docker_test_runner_${i}"
echo "test ${i}..."
docker exec -it qgis-testing-environment sh -c "cd /tests_directory && /usr/bin/test_runner/qgis_testrunner.sh ${i}"
docker exec -t qgis-testing-environment sh -c "cd /tests_directory && /usr/bin/test_runner/qgis_testrunner.sh ${i}"
[[ $? -eq "${testrunners[$i]}" ]] && echo "success" || exit 1
echo "::endgroup::"
done
Expand Down

0 comments on commit 40d3f72

Please sign in to comment.