File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ jobs:
5353 - name : Install async dependencies
5454 run : |
5555 pip install -r requirements/async.txt
56- - name : Run tests for HTTP Mode adapters (ASGI)
57- run : |
58- # Requires async test dependencies
59- pytest tests/adapter_tests/asgi/ --junitxml=reports/test_adapter_asgi.xml
6056 - name : Run tests for Socket Mode adapters
6157 run : |
6258 # Requires async test dependencies
6359 pytest tests/adapter_tests/socket_mode/ --junitxml=reports/test_adapter_socket_mode.xml
6460 - name : Install all dependencies
6561 run : |
6662 pip install -r requirements/testing.txt
63+ - name : Run tests for HTTP Mode adapters (ASGI)
64+ run : |
65+ # Requires async test dependencies
66+ pytest tests/adapter_tests/asgi/ --junitxml=reports/test_adapter_asgi.xml
6767 - name : Run tests for HTTP Mode adapters (asyncio-based libraries)
6868 run : |
6969 pytest tests/adapter_tests_async/ --junitxml=reports/test_adapter_async.xml
You can’t perform that action at this time.
0 commit comments