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 5ed2ca0 commit ab482afCopy full SHA for ab482af
.github/workflows/e2e-test.yml
@@ -140,5 +140,5 @@ jobs:
140
- name: Run E2E tests
141
run: |
142
# テストを実行(最初の失敗で停止、詳細ログ出力)
143
- uv run pytest -v -x ${{ matrix.platform.test-target || 'test_sumomo_basic.py' }}
+ uv run pytest -v -x ${{ matrix.platform.test-target || '.' }}
144
working-directory: ./e2e-test
0 commit comments