Skip to content

Commit

Permalink
session name job id
Browse files Browse the repository at this point in the history
  • Loading branch information
thantos committed Oct 17, 2023
1 parent 63074e4 commit aa4834e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
role-duration-seconds: 3600
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ env.AWS_SESSION_TOKEN }}
role-skip-session-tagging: true
role-session-name: ${{ github.job }}
- name: Run Runtime Tests
run: pnpm -r --filter tests-runtime run test:runtime
test-local:
Expand Down Expand Up @@ -106,7 +108,9 @@ jobs:
role-duration-seconds: 3600
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ env.AWS_SESSION_TOKEN }}
role-skip-session-tagging: true
role-session-name: ${{ github.job }}
- name: Run Local Tests
run: pnpm -r --filter tests-runtime run test:local-start
test-cli:
Expand Down Expand Up @@ -144,7 +148,9 @@ jobs:
role-duration-seconds: 3600
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ env.AWS_SESSION_TOKEN }}
role-skip-session-tagging: true
role-session-name: ${{ github.job }}
- name: Run CLI Tests
run: pnpm -r --filter tests-runtime run test:cli
test-create:
Expand Down

0 comments on commit aa4834e

Please sign in to comment.