From 94d74ae217c51843b8dcf204f6eff367177e466f Mon Sep 17 00:00:00 2001 From: Dagfinn Olsen Date: Thu, 26 Sep 2024 07:53:54 +0200 Subject: [PATCH] usinig actions/setup-go --- .github/workflows/run_k6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_k6.yml b/.github/workflows/run_k6.yml index 06c800a..ad32147 100644 --- a/.github/workflows/run_k6.yml +++ b/.github/workflows/run_k6.yml @@ -65,7 +65,7 @@ jobs: shell: bash run: | REPORT_DIR='taxreports' - azcopy cp --recursive "performance-tests/test/src/*.html" "https://altinnloadtests.blob.core.windows.net/\$web/$REPORT_DIR" + azcopy cp --recursive "*.html" "https://altinnloadtests.blob.core.windows.net/\$web/$REPORT_DIR" echo "::Link to test results summary: title=HTML report url::https://altinnloadtests.z1.web.core.windows.net/$REPORT_DIR/summary.html" echo "::Link to test results extended: title=HTML report url::https://altinnloadtests.z1.web.core.windows.net/$REPORT_DIR/html-report.html" env: