Skip to content

Commit

Permalink
use sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Sep 25, 2024
1 parent 35bf8da commit 9dee08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload HTML report to Azure
if: always()
shell: /bin/sh
shell: sh
run: |
REPORT_DIR='taxreports'
azcopy cp --recursive "performance-tests/test/src/*.html" "https://altinnloadtests.blob.core.windows.net/\$web/$REPORT_DIR"
Expand Down

0 comments on commit 9dee08a

Please sign in to comment.