From f222094c372de0b3faf0c87d1a00bd0b2637f3f2 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 29 Mar 2024 17:46:10 +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 ca32fc78e..b748f4f5e 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 testing ls -lath - docker-compose run --no-TTY testing cat ./tests.sh - docker-compose run --no-TTY testing ./tests.sh ./tests/${{ inputs.context }} + docker-compose run testing --no-TTY testing ls -lath + docker-compose run testing --no-TTY testing cat ./tests.sh + docker-compose run testing --no-TTY testing ./tests.sh ./tests/${{ inputs.context }}