Skip to content

Commit

Permalink
turn off GHA error messages for try catch earthly tests (#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell authored May 28, 2024
1 parent 31f93b5 commit 1fb216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-misc-tests-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}

0 comments on commit 1fb216c

Please sign in to comment.