Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jan 3, 2025
1 parent f1cfdad commit 5bfa5a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/debugging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ on:
default: false

run-name: |
Debug pytest ${{inputs.single-test || '(all tests)' }} on
${{inputs.os}} ${{inputs.arch}} with Python ${{inputs.py-version}}
Pytest ${{inputs.single-test || '(all tests)' }} on ${{inputs.os}}
${{inputs.arch}} with Python ${{inputs.py-version}}
jobs:
pytest:
Expand Down Expand Up @@ -140,7 +140,8 @@ jobs:
set -e
fi
for i in $(seq 1 ${{github.event.inputs.repetitions}}); do
echo "▶︎▶︎▶︎▶︎▶︎ Iteration $i ▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎"
echo -n "︎▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞ Iteration $i "
echo "▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞▚▞"
check/pytest $workers $flags ${{github.event.inputs.single-test}}
done
Expand Down

0 comments on commit 5bfa5a3

Please sign in to comment.