From 1fb216cc28b5a92d20e5f17198235463fa96145e Mon Sep 17 00:00:00 2001 From: Adam Gordon Bell Date: Tue, 28 May 2024 14:39:32 -0400 Subject: [PATCH] turn off GHA error messages for try catch earthly tests (#4169) --- .github/workflows/reusable-misc-tests-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-misc-tests-1.yml b/.github/workflows/reusable-misc-tests-1.yml index 09785f37..21c76941 100644 --- a/.github/workflows/reusable-misc-tests-1.yml +++ b/.github/workflows/reusable-misc-tests-1.yml @@ -79,7 +79,7 @@ jobs: - name: Execute registry-certs test run: frontend=${{inputs.BINARY}} ./tests/registry-certs/test.sh - name: Execute try-catch test - run: ./tests/try-catch/test.sh + run: GITHUB_ACTIONS="" ./tests/try-catch/test.sh - name: Buildkit logs (runs on failure) run: ${{inputs.SUDO}} ${{inputs.BINARY}} logs earthly-buildkitd || true if: ${{ failure() }}