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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Uploading the test results fails with curl: command not found. Unsure why such a basic utility would be missing. This was our first experience setting up Buildpulse.
Full logs:
Run Workshop64/buildpulse-action@main
with:
account: ***
repository: ***
path: ./test-results.xml
key: ***
secret: ***
repository-path: .
env:
NPM_CONFIG_USERCONFIG: /__w/_temp/.npmrc
NODE_AUTH_TOKEN: ***
Run $GITHUB_ACTION_PATH/run.sh
$GITHUB_ACTION_PATH/run.sh
shell: bash --noprofile --norc -e -o pipefail {0}
env:
NPM_CONFIG_USERCONFIG: /__w/_temp/.npmrc
NODE_AUTH_TOKEN: ***
INPUT_ACCOUNT: ***
INPUT_REPOSITORY: ***
INPUT_PATH: ./test-results.xml
INPUT_KEY: ***
INPUT_SECRET: ***
INPUT_CLI_URL:
INPUT_REPOSITORY_PATH: .
+ curl -fsSL --retry 3 --retry-connrefused --connect-timeout 5 https://get.buildpulse.io/test-reporter-linux-amd64
/__w/_actions/Workshop64/buildpulse-action/main/run.sh: line 73: curl: command not found
+ curl -fsSL --retry 3 --retry-connrefused --connect-timeout 5 https://github.com/buildpulse/test-reporter/releases/latest/download/test-reporter-linux-amd64
/__w/_actions/Workshop64/buildpulse-action/main/run.sh: line 73: curl: command not found
Warning: Unable to send test results to BuildPulse. See details below.
Downloading the BuildPulse test-reporter failed with status 127.
We never want BuildPulse to make your builds unstable. Since we're having
trouble downloading the BuildPulse test-reporter, we're skipping the
BuildPulse analysis for this build.
If you continue seeing this problem, please get in touch at
https://buildpulse.io/contact so we can look into this issue.
Uploading the test results fails with
curl: command not found. Unsure why such a basic utility would be missing. This was our first experience setting up Buildpulse.Full logs:
Job environment:
Relevant excerpt from workflow: