ci: Add --keep-workflow-wd-on-fail

This commit is contained in:
Edmund Miller 2021-02-02 16:32:31 -06:00
parent 983b024010
commit dcfd1089e5
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -75,7 +75,7 @@ jobs:
# Test the module # Test the module
- name: Run pytest-workflow - name: Run pytest-workflow
run: PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 2 run: PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 2 --kwdof
- name: Upload logs on failure - name: Upload logs on failure
if: failure() if: failure()