Chore/repo rename (#145)

* fix readme

* chore: repo rename
This commit is contained in:
fbarbu15 2025-12-11 13:44:52 +02:00 committed by GitHub
parent d99cf8e138
commit 3bad0ad02e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: waku-org/waku-interop-tests
repository: logos-messaging/logos-messaging-interop-tests
ref: SMOKE_TEST_0.0.1
- uses: actions/setup-python@v4
with:

View File

@ -6,7 +6,7 @@ Waku endtoend (e2e) interoperability test framework for the [Waku v2 proto
```bash
# Use sparse checkout since the repo has large history
git clone --depth=1 git@github.com:waku-org/waku-interop-tests.git
git clone --depth=1 git@github.com:logos-messaging/logos-messaging-interop-tests.git
cd waku-interop-tests
# create and activate a virtual environment
@ -48,7 +48,7 @@ Every day the workflow **nim\_waku\_daily.yml** triggers against the image `waku
To launch it manually:
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).
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).
2. Click **Run workflow**.
3. Pick the branch you want to test (defaults to `master`) and press **Run workflow**.
@ -56,7 +56,7 @@ To launch it manually:
Use **interop\_tests.yml** when you need to test a PR or a historical image:
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).
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).
2. Press **Run workflow** and choose the branch.
3. In the *workflow inputs* field set the `nwaku_image` you want, e.g. `wakuorg/nwaku:v0.32.0`.