Skip to content

Commit

Permalink
#153 - Test for unittest change
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Jan 14, 2025
1 parent 8b2f840 commit 007061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
-o python_files=*.py --ignore=examples/szengine/a_header_szengine.py --maxfail=1 \
--verbose
exitcode="$?"
echo "exit code=$exitcode" >> $GITHUB_OUTPUT
echo "exit code=$exitcode" >> "$GITHUB_OUTPUT"
- name: Rename coverage file
env:
Expand Down

0 comments on commit 007061f

Please sign in to comment.