Skip to content

Commit

Permalink
ccc
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 11, 2025
1 parent 8fa8396 commit 6b172b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,15 @@ jobs:
else
echo "All checks passed for ${{ matrix.config.os }}"
fi
#grep ^FAIL results/${{ matrix.config.os }}.txt | tee -a results/FAILED.txt
grep ^FAIL results/${{ matrix.config.os }}.txt | tee -a results/FAILED.txt
VARIATIONS=$(cut -d' ' -f 1 < results/1LIST.txt | grep ${{ matrix.config.os }} | wc -l)
DOWNLOADS=$(wc -l results/${{ matrix.config.os }}.txt | cut -d' ' -f 1)
echo
echo "Compare OS variations with downloads:"
echo -e "- Variations:\t${VARIATIONS}"
echo -e "- Downloads:\t${DOWNLOADS}"
cat results/${{ matrix.config.os }}.txt | grep -v 'PASS:' >> $GITHUB_STEP_SUMMARY && exit 1 || echo ":rocket:" >> $GITHUB_STEP_SUMMARY && exit 0
#cat results/${{ matrix.config.os }}.txt | grep -v 'PASS:' >> $GITHUB_STEP_SUMMARY && exit 1 || echo ":rocket:" >> $GITHUB_STEP_SUMMARY && exit 0
- name: Upload ${{ matrix.config.os }} results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6b172b1

Please sign in to comment.