ci: remove list-all-info from quickget tests
This commit is contained in:
parent
eb1f14e742
commit
85434103d7
|
|
@ -35,25 +35,6 @@ jobs:
|
||||||
name: supported
|
name: supported
|
||||||
path: results/supported.txt
|
path: results/supported.txt
|
||||||
|
|
||||||
list-all-info:
|
|
||||||
name: "List all OS info ℹ️"
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Show info about all OS
|
|
||||||
run: |
|
|
||||||
export TERM=xterm-256color
|
|
||||||
mkdir -p results
|
|
||||||
for os in $(./quickget | sed '/^$/q' | tail -n +3); do
|
|
||||||
./quickget -12345 "${os}" | tee -a results/infos.txt
|
|
||||||
done
|
|
||||||
echo -e "\nResults:"
|
|
||||||
echo -e "- OS Info URLs: $(grep -c http results/infos.txt)"
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: infos
|
|
||||||
path: results/infos.txt
|
|
||||||
|
|
||||||
list-all-urls:
|
list-all-urls:
|
||||||
needs: [list-all-supported]
|
needs: [list-all-supported]
|
||||||
name: "List all URLs 🔗"
|
name: "List all URLs 🔗"
|
||||||
|
|
@ -109,7 +90,7 @@ jobs:
|
||||||
path: results/failed.txt
|
path: results/failed.txt
|
||||||
|
|
||||||
upload-artifacts:
|
upload-artifacts:
|
||||||
needs: [list-all-info, list-all-urls, check-all-urls]
|
needs: [list-all-urls, check-all-urls]
|
||||||
name: "Uploading artifacts"
|
name: "Uploading artifacts"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue