From 08dffc15a5212353929e364ad311206221d75b48 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 9eb97887048f..170bf22384c6 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -127,7 +127,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