mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 20:29:35 +00:00
Add the new test file to the PR job
This commit is contained in:
parent
bdee7d62b5
commit
b26ff610ec
10
.github/workflows/pr_tests.yml
vendored
10
.github/workflows/pr_tests.yml
vendored
@ -179,6 +179,16 @@ jobs:
|
||||
--reruns 2 \
|
||||
--junit-xml=wrapper-results-send-part2.xml
|
||||
|
||||
- name: Run wrapper tests - send e2e part 3
|
||||
continue-on-error: true
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}/vendor/logos-delivery-python-bindings/waku
|
||||
run: |
|
||||
pytest tests/wrappers_tests/test_send_e2e_part3.py \
|
||||
-m "not docker_required" \
|
||||
--reruns 2 \
|
||||
--junit-xml=wrapper-results-send-part3.xml
|
||||
|
||||
- name: Test Report
|
||||
if: always()
|
||||
uses: dorny/test-reporter@95058abb17504553158e70e2c058fe1fda4392c2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user