Skip to content

Commit 6dc60f9

Browse files
make the tests not skip
1 parent b856134 commit 6dc60f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)