Skip to content

Commit

Permalink
CI: evaluate stderr output of nvchecker as well
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Aug 3, 2024
1 parent 0bbc8b1 commit db5b594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pacman -Sy
pacman -S --noconfirm nvchecker python-jq python-packaging pyalpm
- name: Run nvchecker
run: nvchecker -c nvchecker.toml | tee nvchecker.out
run: nvchecker -c nvchecker.toml |& tee nvchecker.out
- name: Evaluate result
run: test ! -s nvchecker.out

0 comments on commit db5b594

Please sign in to comment.