Skip to content

Commit

Permalink
テスト実行
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 18, 2024
1 parent c9abab8 commit 0c37e46
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
- run: uv sync
- run: uv run python run.py ${{ matrix.os }}_x86_64
- run: uv run pytest tests/test_openh264.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_simulcast.py -s
- run: uv run pytest tests/test_signaling_message.py -s
- run: uv run pytest tests/test_re_offer_re_answer_sdp.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_vad.py -s

e2e_test_macos:
Expand Down Expand Up @@ -75,8 +78,11 @@ jobs:
- run: uv run python run.py macos_arm64
- run: uv run pytest tests/test_macos.py -s
- run: uv run pytest tests/test_openh264.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_simulcast.py -s
- run: uv run pytest tests/test_signaling_message.py -s
- run: uv run pytest tests/test_re_offer_re_answer_sdp.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_vad.py -s

e2e_test_windows:
Expand Down Expand Up @@ -107,8 +113,11 @@ jobs:
- run: uv python pin ${{ matrix.python_version }}
- run: uv sync
- run: uv run python run.py windows_x86_64
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_simulcast.py -s
- run: uv run pytest tests/test_signaling_message.py -s
- run: uv run pytest tests/test_re_offer_re_answer_sdp.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_vad.py -s

slack_notify_succeeded:
Expand Down

0 comments on commit 0c37e46

Please sign in to comment.