diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index dee319bc2..ca32fc78e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -131,6 +131,6 @@ jobs: - name: Run ${{ inputs.context }} Tests run: | - docker-compose run --no-TTY -i testing ls -lath - docker-compose run --no-TTY -i testing cat ./tests.sh - docker-compose run --no-TTY -i testing ./tests.sh ./tests/${{ inputs.context }} + docker-compose run --no-TTY testing ls -lath + docker-compose run --no-TTY testing cat ./tests.sh + docker-compose run --no-TTY testing ./tests.sh ./tests/${{ inputs.context }}