Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
remove extra s
Browse files Browse the repository at this point in the history
  • Loading branch information
enchant97 committed Feb 17, 2024
1 parent e07fa9c commit 1589f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pip install hatch
- name: Run Unit Tests
run: mkdir reports && hatch run test:tests
run: mkdir reports && hatch run test:test
- name: Upload Test Reports
uses: actions/upload-artifact@v3
if: success() || failure()
Expand Down

0 comments on commit 1589f67

Please sign in to comment.