File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 # Avoiding -latest due to https://github.com/actions/setup-python/issues/162
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 timeout-minutes : 10
1313 strategy :
1414 fail-fast : false
6868 - name : Run tests for HTTP Mode adapters (Tornado)
6969 run : |
7070 pytest tests/adapter_tests/tornado/
71+ - name : Run tests for HTTP Mode adapters (WSGI)
72+ run : |
73+ pytest tests/adapter_tests/wsgi/
7174 - name : Install async dependencies
7275 run : |
7376 pip install -r requirements/async.txt
8285 run : |
8386 # Requires async test dependencies
8487 pytest tests/adapter_tests/asgi/
88+ - name : Install all dependencies
89+ run : |
90+ pip install -r requirements/testing.txt
91+ - name : Run asynchronous tests
92+ run : |
93+ pytest tests/slack_bolt_async/
94+ pytest tests/scenario_tests_async/
You can’t perform that action at this time.
0 commit comments