Skip to content

Commit

Permalink
workflows: Preserve errors when generating config
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
wkkuna committed Feb 5, 2025
1 parent ef2ccdf commit 41f61d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
name: Prepare test types
run: |
python3 -m pip install pyyaml
echo "tests=$(python3 .github/scripts/parse_testlist.py $RISCV_TARGET)" | tee -a $GITHUB_OUTPUT
python3 .github/scripts/parse_testlist.py $RISCV_TARGET > tests.list
echo "tests=$(echo tests.list)" | tee -a $GITHUB_OUTPUT
- id: hash
name: Prepare files' hash
run: |
Expand Down

0 comments on commit 41f61d2

Please sign in to comment.