File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 run :
3131 working-directory : ./dpc-load-testing
3232 name : Smoke Test
33- # runs-on: >-
34- # codebuild-dpc-app${{
35- # contains(fromJSON('["prod", "sandbox"]'), inputs.env) && '-prod' || '-non-prod'
36- # }}-${{ github.run_id }}-${{ github.run_attempt }}
37- runs-on : codebuild-dpc-app-${{ github.run_id }}-${{ github.run_attempt }}
33+ runs-on : >-
34+ codebuild-dpc-app${{
35+ contains(fromJSON('["prod", "sandbox"]'), inputs.env) && '-prod' || '-non-prod'
36+ }}-${{ github.run_id }}-${{ github.run_attempt }}
37+ # runs-on: codebuild-dpc-app-${{ github.run_id }}-${{ github.run_attempt }}
3838 steps :
3939 - uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
4040 name : Slack Starting
9393 env :
9494 ENVIRONMENT : ${{ inputs.env }}
9595 run : |
96- ./k6 run ./smoke-test.js
96+ ./k6 run --http-debug="full" ./smoke-test.js
9797 - uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
9898 name : Slack Success
9999 with :
You can’t perform that action at this time.
0 commit comments