From 228bd2b770488e2e8ead088a192cb281f4b84a08 Mon Sep 17 00:00:00 2001 From: Michael <30682308+mike10ca@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:47:00 +0100 Subject: [PATCH] Tests: Update TestRail url (#2861) --- .github/workflows/e2e-ondemand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-ondemand.yml b/.github/workflows/e2e-ondemand.yml index 95cf61f864..b0f9355b55 100644 --- a/.github/workflows/e2e-ondemand.yml +++ b/.github/workflows/e2e-ondemand.yml @@ -38,7 +38,7 @@ jobs: run: | pip install trcli trcli -y \ - -h https:/https://gno.testrail.io/ \ + -h https://gno.testrail.io/ \ --project "Safe- Web App" \ --username ${{ secrets.TESTRAIL_USERNAME }} \ --password ${{ secrets.TESTRAIL_PASSWORD }} \