Skip to content

Commit 8b865e4

Browse files
committed
Turn up debug, back to new runners
1 parent 17e2773 commit 8b865e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -93,7 +93,7 @@ jobs:
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:

0 commit comments

Comments
 (0)