From 02fb52cd465ecf03169eebe33aab2a11fa154d16 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 29 Mar 2024 17:39:00 +0700 Subject: [PATCH] WIP --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}