You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the action in a github self hosted runner which inside a firewall. It has a proxy ip to access outside sites. I get the error "Error: fetch failed" when running the action. I suspect it occurs here:
I added the proxy at the step level as well as the global level and both didn't work. Is it possible to make the downloadUrl configurable to use a local maven repo? Or am I overlooking something? Please help.
name: Allure Report Action
env:
HTTPS_PROXY:
uses: mgrybyk-org/[email protected]
if: always()
continue-on-error: true
id: allure # used in comment to PR
with:
report_id: 'allure-report'
gh_pages: 'gh-pages-dir'
report_dir: 'target/allure-results'
The text was updated successfully, but these errors were encountered:
I checked my proxy in the runner again today and it works fine. I am able to connect to https://repo.maven.apache.org/maven2/io/qameta/allure/ from the runner.
So now I am not sure what the error is for because there is no further information apart from Error: fetch failed
I am running the action in a github self hosted runner which inside a firewall. It has a proxy ip to access outside sites. I get the error "Error: fetch failed" when running the action. I suspect it occurs here:
allure-report-branch-js-action/src/allure.ts
Line 55 in f36b8d8
I added the proxy at the step level as well as the global level and both didn't work. Is it possible to make the downloadUrl configurable to use a local maven repo? Or am I overlooking something? Please help.
env:
HTTPS_PROXY:
uses: mgrybyk-org/[email protected]
if: always()
continue-on-error: true
id: allure # used in comment to PR
with:
report_id: 'allure-report'
gh_pages: 'gh-pages-dir'
report_dir: 'target/allure-results'
The text was updated successfully, but these errors were encountered: