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