Skip to content

Commit 1589f67

Browse files
committed
remove extra s
1 parent e07fa9c commit 1589f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
pip install hatch
2222
- name: Run Unit Tests
23-
run: mkdir reports && hatch run test:tests
23+
run: mkdir reports && hatch run test:test
2424
- name: Upload Test Reports
2525
uses: actions/upload-artifact@v3
2626
if: success() || failure()

0 commit comments

Comments
 (0)