From 0f0da196bce1f52e151504a0e8b3934a26948c83 Mon Sep 17 00:00:00 2001 From: AYAHASSAN287 <49167455+AYAHASSAN287@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:29:13 +0200 Subject: [PATCH] Update README.md Add steps on how to use new tag for PR tests in readme file --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf4d05a..c9150175 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,24 @@ pre-commit install pytest ``` -## CI +## CI - Test runs via github actions - [Allure Test Reports](https://waku-org.github.io/waku-interop-tests/3/) are published via github pages + +## CI NWAKU job + +To update tests in PRs at nwaku repo following steps shall be done + + - Make a tag at the desired commit on master with these 2 commands + - git tag tagname + - git push origin tagname + - Navigate to test_PR_image.yml file and modify job "tests" to explicilty use the tag in ref section + + ![Screenshot from 2024-12-24 16-24-51](https://github.com/user-attachments/assets/dd3f95bd-fe79-475b-92b7-891d82346382) + + ## License Licensed and distributed under either of