mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
chore: update post-release integ test
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
name: Run integration tests
|
name: Run post-release integration test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'dist/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -16,17 +20,12 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Package
|
|
||||||
run: |
|
|
||||||
npm ci
|
|
||||||
npm run package
|
|
||||||
- name: Integation tests
|
- name: Integation tests
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
aws-region: us-west-2
|
aws-region: us-west-2
|
||||||
role-to-assume: arn:aws:iam::206735643321:role/CAWSC-integ-role
|
role-to-assume: ${{ secrets.CAWSC_integ_role }}
|
||||||
role-session-name: IntegTestCAWSC
|
role-session-name: IntegTestCAWSC
|
||||||
- name: Get caller identity
|
- name: Get caller identity
|
||||||
run: |
|
run: |
|
||||||
Reference in New Issue
Block a user