ci: Add PROFILE ahead of pytest run

This commit is contained in:
Edmund Miller 2021-02-02 12:00:13 -06:00
parent ddbca7b467
commit 341fa43ae3
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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() }}