Skip to content

Commit

Permalink
tests/ を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 29, 2024
1 parent 4780817 commit 9316285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: rye pin ${{ matrix.python_version }}
- run: rye sync
- run: rye run python run.py
- run: rye run pytest -s
- run: rye run pytest tests/ -s
- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 9316285

Please sign in to comment.