From 5a4e050b371fccbe32cd687df8b686c5d873c242 Mon Sep 17 00:00:00 2001 From: John Watson Date: Thu, 12 Dec 2024 22:03:06 +0000 Subject: [PATCH] fixup --- .github/workflows/run-api-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-api-test.yml b/.github/workflows/run-api-test.yml index 181bb2f859..f06197223a 100644 --- a/.github/workflows/run-api-test.yml +++ b/.github/workflows/run-api-test.yml @@ -130,7 +130,7 @@ jobs: - name: Upload artifact if exit code 53 if: failure() run: | - if [ "{{ env.last_exit_code }}" == "53" ]; then + if [ "${{ env.last_exit_code }}" == "53" ]; then echo "Uploading marker for test ${{ matrix.tests.name }}" mkdir -p artifacts/${{ matrix.tests.name }} echo "failure-marker" > artifacts/${{ matrix.tests.name }}/failure-marker