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 33f135c commit 4829ee4
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 @@ -98,7 +98,7 @@ jobs:
-o python_files=*.py --ignore=examples/szengine/a_header_szengine.py --maxfail=1 \
--verbose
exitcode="$?"
echo "exit code=$exitcode" >> "$GITHUB_OUTPUT"
echo "exitcode=$exitcode" >> "$GITHUB_OUTPUT"
- name: Debug print
run: |
Expand Down

0 comments on commit 4829ee4

Please sign in to comment.