We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074de3a commit 1a488e6Copy full SHA for 1a488e6
2 files changed
.github/workflows/smoke-test.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run unit tests with pytest / pytest-copie
42
run: |
43
git config --global init.defaultBranch main
44
- python -m pytest --python_version ${{ matrix.python-version }}
+ python -m pytest tests --python_version ${{ matrix.python-version }}
45
- name: Send status to Slack app
46
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
47
id: slack
.github/workflows/testing-and-coverage.yml
@@ -36,4 +36,4 @@ jobs:
36
37
38
39
0 commit comments