mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
test: problems with current workdir
This commit is contained in:
parent
340ea54149
commit
55f6ff2824
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -49,7 +49,9 @@ jobs:
|
||||
- run: pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
|
||||
run: |
|
||||
pwd
|
||||
pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
@ -337,6 +337,8 @@ class WakuNode:
|
||||
|
||||
current_working_directory = os.getcwd()
|
||||
|
||||
logger.debug(f"Current working directory: {current_working_directory}")
|
||||
|
||||
if self.is_nwaku():
|
||||
if is_registration:
|
||||
rln_args.update(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user