From f802edfe2bc038921ac1bf8601151a1a8ae9d408 Mon Sep 17 00:00:00 2001 From: leej3 Date: Thu, 23 May 2024 15:45:32 +0100 Subject: [PATCH] fix docker command --- .github/workflows/gpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 142937a6104..c5efd067a14 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -126,7 +126,7 @@ jobs: max_attempts: 5 timeout_minutes: 25 shell: bash - command: docker exec -t pthd /bin/bash -xec 'tests/run_gpu_tests.sh 2' + command: docker exec -t pthd /bin/bash -xec 'bash tests/run_gpu_tests.sh 2' new_command_on_retry: docker exec -e USE_LAST_FAILED=1 -t pthd /bin/bash -xec 'tests/run_gpu_tests.sh 2' - name: Upload coverage to Codecov