From 8e318f6656ddb2ea7f75f2b56902ca54d9f5d5bc Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 29 Mar 2024 17:06:49 +0700 Subject: [PATCH] WIP --- .github/workflows/integration_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 89bdfa276..2ecbb5ed8 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -131,4 +131,6 @@ jobs: - name: Run ${{ inputs.context }} Tests run: | + docker-compose exec --no-TTY testing ls -lath + docker-compose exec --no-TTY testing cat ./tests.sh docker-compose exec --no-TTY testing ./tests.sh ./tests/${{ inputs.context }}