Skip to content

Commit 3bad0ad

Browse files
authored
Chore/repo rename (#145)
* fix readme * chore: repo rename
1 parent d99cf8e commit 3bad0ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_PR_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/checkout@v4
4444
with:
45-
repository: waku-org/waku-interop-tests
45+
repository: logos-messaging/logos-messaging-interop-tests
4646
ref: SMOKE_TEST_0.0.1
4747
- uses: actions/setup-python@v4
4848
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Waku end‑to‑end (e2e) interoperability test framework for the [Waku v2 proto
66

77
```bash
88
# Use sparse checkout since the repo has large history
9-
git clone --depth=1 [email protected]:waku-org/waku-interop-tests.git
9+
git clone --depth=1 [email protected]:logos-messaging/logos-messaging-interop-tests.git
1010
cd waku-interop-tests
1111

1212
# create and activate a virtual environment
@@ -48,15 +48,15 @@ Every day the workflow **nim\_waku\_daily.yml** triggers against the image `waku
4848

4949
To launch it manually:
5050

51-
1. Open [https://github.com/waku-org/waku-interop-tests/actions/workflows/nim\_waku\_daily.yml](https://github.com/waku-org/waku-interop-tests/actions/workflows/nim_waku_daily.yml).
51+
1. Open [https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/nim\_waku\_daily.yml](https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/nim_waku_daily.yml).
5252
2. Click **► Run workflow**.
5353
3. Pick the branch you want to test (defaults to `master`) and press **Run workflow**.
5454

5555
### On‑demand matrix against custom *nwaku* versions
5656

5757
Use **interop\_tests.yml** when you need to test a PR or a historical image:
5858

59-
1. Open [https://github.com/waku-org/waku-interop-tests/actions/workflows/interop\_tests.yml](https://github.com/waku-org/waku-interop-tests/actions/workflows/interop_tests.yml).
59+
1. Open [https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/interop\_tests.yml](https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/interop_tests.yml).
6060
2. Press **► Run workflow** and choose the branch.
6161
3. In the *workflow inputs* field set the `nwaku_image` you want, e.g. `wakuorg/nwaku:v0.32.0`.
6262

0 commit comments

Comments
 (0)