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 e07fa9c commit 1589f67Copy full SHA for 1589f67
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
pip install hatch
22
- name: Run Unit Tests
23
- run: mkdir reports && hatch run test:tests
+ run: mkdir reports && hatch run test:test
24
- name: Upload Test Reports
25
uses: actions/upload-artifact@v3
26
if: success() || failure()
0 commit comments