Skip to content

Commit b856134

Browse files
Update tests.yml
1 parent e4ade41 commit b856134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
run: |
6262
# Requires async test dependencies
6363
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
6764
- name: Install all dependencies
6865
run: |
6966
pip install -r requirements/testing.txt
67+
- name: Run tests for HTTP Mode adapters (asyncio-based libraries)
68+
run: |
69+
pytest tests/adapter_tests_async/ --junitxml=reports/test_adapter_async.xml
7070
- name: Run asynchronous tests
7171
run: |
7272
pytest tests/slack_bolt_async/ --junitxml=reports/test_slack_bolt_async.xml

0 commit comments

Comments
 (0)