Skip to content

Commit

Permalink
chore(ci): properly validate produced jsons.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 19, 2023
1 parent 1d7cc87 commit 874da41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ jobs:
mkdir $RUNNER_TEMP/aarch64
kernel-crawler crawl --distro="*" --arch=aarch64 > $RUNNER_TEMP/aarch64/list.json
- name: Install deps
run: |
apt update
apt install -y jq
- name: Validate jsons
run: |
cat $RUNNER_TEMP/x86_64/list.json | jq empty
cat $RUNNER_TEMP/aarch64/list.json | jq empty
- name: Move everything under site folder
run: |
mkdir site/
Expand Down

0 comments on commit 874da41

Please sign in to comment.