Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 920b2a6

Browse files
authored
Merge pull request #1701 from CDCgov/fix-azure-load-test
Load Testing Doesn't Like Spaces
2 parents e988b4e + c7c89a1 commit 920b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-load-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
--resource-group "csels-rsti-internal-moderate-rg" \
4343
--load-test-resource "load-testing-internal" \
4444
--test-id "47a5e722-d63b-4ec9-8b05-17372866f00a" \
45-
--test-run-id "run_"`date +"%Y%m%d%_H%M%S"` \
45+
--test-run-id "run_"`date +"%Y%m%d_%H%M%S"` \
4646
--description "Run by Github Action"

0 commit comments

Comments
 (0)