From b26ff610ec38d8cfe4067b2ef48c6e929e6b000d Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 12 May 2026 18:02:39 +0200 Subject: [PATCH] Add the new test file to the PR job --- .github/workflows/pr_tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 1ac65b970..3e719de73 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -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