Skip to content

Commit

Permalink
try with publish_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 18, 2024
1 parent 1390db8 commit 91db651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
default: "harbor.status.im/wakuorg/nwaku:latest"
additional_nodes:
required: false
description: "Additional optional nodes used in e2e tests, separated by , "
description: "Additional optional nodes used in e2e tests, separated by ,"
type: string
default: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/go-waku:latest,harbor.status.im/wakuorg/nwaku:latest"
push:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
destination_dir: ${{ env.CALLER }}
publish_dir: ${{ env.CALLER }}/allure-history

- name: Create job summary
if: always()
Expand Down
1 change: 1 addition & 0 deletions tests/filter/test_get_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_filter_get_message_with_extra_field(self):
except Exception as 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):
message = self.create_message()
self.check_published_message_reaches_filter_peer(message)
Expand Down

0 comments on commit 91db651

Please sign in to comment.