Skip to content

Commit

Permalink
CI: GitHub Action to test AlmaLinux arm64 distribution: Get failed te…
Browse files Browse the repository at this point in the history
…sts #63
  • Loading branch information
yuravk committed Jul 17, 2024
1 parent 241236f commit 9d4a5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
echo "rerun_results=${rerun_results}" >> $GITHUB_ENV
- name: Print failed tests
if: success() || failure()
if: success() || failure() && env.rerun_results != ''
uses: actions/github-script@v7
with:
result-encoding: string
Expand Down

0 comments on commit 9d4a5ac

Please sign in to comment.