Skip to content

Commit

Permalink
Ensure table is generated after nox failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Apr 20, 2024
1 parent 0a865db commit 49ebd06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
continue-on-error: true
run: |
python -m nox --report report.json
cat report.json
python report_to_table.py
- name: Verify table has not been altered
run: |
cat report.json
python report_to_table.py
git diff table.md
DIFF_FOR_TABLE=$(git diff table.md)
echo "DIFF_FOR_TABLE=$DIFF_FOR_TABLE" >> $GITHUB_OUTPUT
id: verify-table
Expand Down

0 comments on commit 49ebd06

Please sign in to comment.