diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c073744f3..d94756073a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,10 +180,9 @@ jobs: - name: Testing if: matrix.skip_testing != true + working-directory: tests run: | - pushd tests ./test || rc=$? - popd if [ -n "$rc" ]; then echo '*** Tests failed, contents of httpbin.log follows: ***' echo '-----------------------------------------------------------'