Skip to content

Commit

Permalink
さらに毎回走らせてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 30, 2024
1 parent ed516e1 commit 5ee7131
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ env:

jobs:
e2e_ubuntu_test:
if: >-
${{
contains(github.event.head_commit.message, '[e2e]') ||
github.event_name == 'schedule'
}}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -65,11 +60,6 @@ jobs:
- run: rye run pytest tests/test_vad.py -s

e2e_macos_test:
if: >-
${{
contains(github.event.head_commit.message, '[e2e]') ||
github.event_name == 'schedule'
}}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -110,11 +100,6 @@ jobs:
- run: rye run pytest tests/test_vad.py -s

e2e_windows_test:
if: >-
${{
contains(github.event.head_commit.message, '[e2e]') ||
github.event_name == 'schedule'
}}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 5ee7131

Please sign in to comment.