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 #62
  • Loading branch information
yuravk committed Jul 17, 2024
1 parent 2b37464 commit 241236f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,11 @@ jobs:
id: get-failed
run: |
# Install 'yq'
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq
chmod +x /usr/bin/yq
# Get failed tests list
sudo yq --no-doc '.[] | select(.result == "fail") | .name' ${{ env.tmt_run_dir }}/plans/legacy/execute/results.yaml ${{ env.tmt_run_dir }}/plans/ng/execute/results.yaml > ${{ env.tmt_run_dir }}/tests_failed.txt
yq --no-doc '.[] | select(.result == "fail") | .name' ${{ env.tmt_run_dir }}/plans/legacy/execute/results.yaml ${{ env.tmt_run_dir }}/plans/ng/execute/results.yaml > ${{ env.tmt_run_dir }}/tests_failed.txt
cat ${{ env.tmt_run_dir }}/tests_failed.txt
- name: Re-run failed tests or prepare results summary
Expand Down

0 comments on commit 241236f

Please sign in to comment.