Skip to content
Snippets Groups Projects
Commit fe9f637d authored by van den Berg's avatar van den Berg
Browse files

Merge branch 'testing' of github.com:LUMC/hutspot into testing

parents e1def517 488efaee
Branches testing
No related tags found
No related merge requests found
Pipeline #7586 failed
......@@ -78,3 +78,12 @@ jobs:
echo $file; cat $file
done
'
- name: Check size of created files
if: ${{ failure() }}
run: >-
bash -c '
for file in $(find /tmp/pytest_workflow_*/${{ matrix.test}}/ -type f); do
du -sh $file
done
'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment