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 b96bf2c commit c28777e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ jobs:
apt-get -y update
apt-get -y install curl qemu-utils jq
- name: "List OS variants 📃"
- name: "List ${{ matrix.config.os }} variants 📃"
run: |
mkdir -p results
./quickget --list | tail -n +2 | tee results/1LIST.txt
./quickget --list | tail -n +2 | grep ${{ matrix.config.os }} | tee results/1LIST.txt
- name: Upload list results
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -184,8 +184,7 @@ jobs:
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 || 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 c28777e

Please sign in to comment.