We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8343075 commit 022359aCopy full SHA for 022359a
2 files changed
.github/workflows/run_notify_load.yml
@@ -126,4 +126,4 @@ jobs:
126
run: |
127
REPORT_URL="https://$BUCKET_NAME.s3.${AWS_REGION}.amazonaws.com/reports/$RUN_ID/psu_load_test.json.html"
128
echo "Test report is hosted at: $REPORT_URL" >> "$GITHUB_STEP_SUMMARY"
129
- echo "::set-output name=report_url::$REPORT_URL"
+ echo "::set-output name=report_url::$REPORT_URL"
artillery/helper/allowed_odscodes.mjs
@@ -1,4 +1,4 @@
1
// These ODS codes should match the values in AWS parameter store. They're assumed to be enabled in the whitelist
2
export const allowedOdsCodes = [
3
// TODO: I need to define these
4
-]
+]
0 commit comments