mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-27 10:13:13 +00:00
using logic in yml file to run test_cursor.py in seperate file
This commit is contained in:
parent
36563f7864
commit
20d44b6154
7
.github/workflows/test_common.yml
vendored
7
.github/workflows/test_common.yml
vendored
@ -56,7 +56,12 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
if [ "${{ matrix.shard }}" == "7" ]; then
|
||||
pytest test_cursor.py
|
||||
elif [ "${{ matrix.shard }}" == "shard2" ]; then
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
fi
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user