mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Adding path of file instead of file name in yml file
This commit is contained in:
parent
f1499c55f6
commit
56fc12d7f5
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
if [ "${{ matrix.shard }}" == 7 ]; then
|
||||
pytest test_cursor.py
|
||||
pytest tests/e2e/test_e2e.py
|
||||
elif [ "${{ matrix.shard }}" != 7 ]; then
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user