From dcfd1089e5016deac64a55f8c062de91ecd53688 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 16:32:31 -0600 Subject: [PATCH] ci: Add --keep-workflow-wd-on-fail --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index b273de19..001c204c 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -75,7 +75,7 @@ jobs: # Test the module - 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 if: failure()