Skip to content

Commit

Permalink
CI: GitHub Action to test AlmaLinux x86_64 distribution: Get and re-r…
Browse files Browse the repository at this point in the history
…un failed tests AlmaLinux#9
  • Loading branch information
yuravk committed Jul 19, 2024
1 parent 7ea3022 commit 0b0a3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/almalinux-compose-test-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ jobs:
# Create failed tests list
sudo vagrant ssh almalinux -c "sudo sh -c 'chmod +x /vagrant/yq.sh; /vagrant/yq.sh'"
sudo vagrant ssh almalinux -c "sudo cat ${{ env.tmt_run_dir }}/tests_failed.txt"
sudo vagrant scp almalinux:${{ env.tmt_run_dir }}/tests_failed.txt ${{github.action_path}}/tests_failed.txt
- name: Re-run failed tests, prepare tests summary
if: job.steps.run-tests.status == failure()
run: |
# Tests results and the step exit code
cat ${{github.action_path}}/tests_failed.txt
rerun_results=
exit_code=0
Expand Down

0 comments on commit 0b0a3f9

Please sign in to comment.