From 9421ec1ab388b540508ffda63efe543d125f650f Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 29 Mar 2024 16:13:23 +0700 Subject: [PATCH] WIP --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 8c23ef643..143372e12 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -131,4 +131,4 @@ jobs: - name: Run ${{ inputs.context }} Tests run: | - docker-compose run testing ./tests.sh ./tests/${{ inputs.context }} + docker-compose exec testing ./tests.sh ./tests/${{ inputs.context }}