Skip to content

Commit 7defac7

Browse files
committed
CI-unixish.yml: delete files copied to root folder
1 parent 3e2f28e commit 7defac7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
# TODO: how to run this without copying the file?
134134
cp build.cmake.signal/bin/test-s* .
135135
python3 -m pytest -Werror --strict-markers -vv test/signal/test-signalhandler.py
136+
rm test-signalhandler
136137
137138
# no unix backtrace support on MacOs
138139
- name: Test Stacktrace
@@ -143,6 +144,7 @@ jobs:
143144
# TODO: how to run this without copying the file?
144145
cp build.cmake.stack/bin/test-s* .
145146
python3 -m pytest -Werror --strict-markers -vv test/signal/test-stacktrace.py
147+
rm test-stacktrace
146148
147149
# TODO: move to scriptcheck.yml so these are tested with all Python versions?
148150
- name: Test addons

0 commit comments

Comments
 (0)