diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 2e2edc69..b3775870 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -61,7 +61,7 @@ jobs: # Test the module - name: Run pytest-workflow - run: pytest --tag ${{ matrix.tags }} --symlink --wt 2 + run: PROFILE=docker pytest --tag ${{ matrix.tags }} --symlink --wt 2 - name: Upload logs on failure if: ${{ failure() }}