We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ade41 commit b856134Copy full SHA for b856134
.github/workflows/tests.yml
@@ -61,12 +61,12 @@ jobs:
61
run: |
62
# Requires async test dependencies
63
pytest tests/adapter_tests/socket_mode/ --junitxml=reports/test_adapter_socket_mode.xml
64
- - name: Run tests for HTTP Mode adapters (asyncio-based libraries)
65
- run: |
66
- pytest tests/adapter_tests_async/ --junitxml=reports/test_adapter_async.xml
67
- name: Install all dependencies
68
69
pip install -r requirements/testing.txt
+ - name: Run tests for HTTP Mode adapters (asyncio-based libraries)
+ run: |
+ pytest tests/adapter_tests_async/ --junitxml=reports/test_adapter_async.xml
70
- name: Run asynchronous tests
71
72
pytest tests/slack_bolt_async/ --junitxml=reports/test_slack_bolt_async.xml
0 commit comments