Skip to content

Commit ab482af

Browse files
committed
E2E テストの test-target が未指定の場合にすべてのテストを実行するように変更する
1 parent 5ed2ca0 commit ab482af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ jobs:
140140
- name: Run E2E tests
141141
run: |
142142
# テストを実行(最初の失敗で停止、詳細ログ出力)
143-
uv run pytest -v -x ${{ matrix.platform.test-target || 'test_sumomo_basic.py' }}
143+
uv run pytest -v -x ${{ matrix.platform.test-target || '.' }}
144144
working-directory: ./e2e-test

0 commit comments

Comments
 (0)