Skip to content

Commit 0bc47f7

Browse files
committed
test: run on our arm runner
1 parent a3a0a74 commit 0bc47f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/testinfra-only.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ env:
1616
AWS_DEFAULT_REGION: ap-southeast-1
1717
jobs:
1818
test:
19-
runs-on: ubuntu-latest
19+
runs-on: arm-runner
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Configure AWS credentials
24-
uses: aws-actions/configure-aws-credentials@v4
25-
with:
26-
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-role
27-
aws-region: ${{ env.AWS_REGION }}
28-
2923
- name: Run tests
3024
timeout-minutes: 10
3125
env:

0 commit comments

Comments
 (0)