Skip to content

Commit

Permalink
色々戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 1, 2024
1 parent a1c4728 commit db39d90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
e2e_ubuntu_test:
if: False
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
- run: rye run pytest tests/test_vad.py -s

e2e_macos_test:
if: False
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -115,7 +113,7 @@ jobs:
- run: rye run pytest tests/test_vad.py -s

slack_notify_succeeded:
needs: [e2e_ubuntu_test, e2e_macos_test]
needs: [e2e_ubuntu_test, e2e_macos_test, e2e_windows_test]
runs-on: ubuntu-latest
if: success()
steps:
Expand All @@ -129,7 +127,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

slack_notify_failed:
needs: [e2e_ubuntu_test, e2e_macos_test]
needs: [e2e_ubuntu_test, e2e_macos_test, e2e_windows_test]
runs-on: ubuntu-latest
if: failure()
steps:
Expand Down

0 comments on commit db39d90

Please sign in to comment.