mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-06-06 17:59:45 +00:00
try with publish_dir
This commit is contained in:
parent
1390db800e
commit
91db651229
2
.github/workflows/interop_tests.yml
vendored
2
.github/workflows/interop_tests.yml
vendored
@ -19,7 +19,7 @@ on:
|
|||||||
default: "harbor.status.im/wakuorg/nwaku:latest"
|
default: "harbor.status.im/wakuorg/nwaku:latest"
|
||||||
additional_nodes:
|
additional_nodes:
|
||||||
required: false
|
required: false
|
||||||
description: "Additional optional nodes used in e2e tests, separated by , "
|
description: "Additional optional nodes used in e2e tests, separated by ,"
|
||||||
type: string
|
type: string
|
||||||
default: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/go-waku:latest,harbor.status.im/wakuorg/nwaku:latest"
|
default: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/go-waku:latest,harbor.status.im/wakuorg/nwaku:latest"
|
||||||
push:
|
push:
|
||||||
|
|||||||
3
.github/workflows/test_common.yml
vendored
3
.github/workflows/test_common.yml
vendored
@ -73,8 +73,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: allure-history
|
publish_dir: ${{ env.CALLER }}/allure-history
|
||||||
destination_dir: ${{ env.CALLER }}
|
|
||||||
|
|
||||||
- name: Create job summary
|
- name: Create job summary
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@ -76,6 +76,7 @@ class TestFilterGetMessages(StepsFilter):
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
assert "Bad Request" in str(ex)
|
assert "Bad Request" in str(ex)
|
||||||
|
|
||||||
|
@pytest.mark.xfail("nwaku" in NODE_1, reason="Bug reported: https://github.com/waku-org/nwaku/issues/2320")
|
||||||
def test_filter_get_message_duplicate_message(self):
|
def test_filter_get_message_duplicate_message(self):
|
||||||
message = self.create_message()
|
message = self.create_message()
|
||||||
self.check_published_message_reaches_filter_peer(message)
|
self.check_published_message_reaches_filter_peer(message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user