Skip to content

Commit

Permalink
Fix not tty
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 6, 2021
1 parent 02cf324 commit d5bd72a
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 d5bd72a

Please sign in to comment.