8000 Sam/build ami local by samrose · Pull Request #1547 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

Sam/build ami local #1547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
May 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: aws creds
  • Loading branch information
samrose committed Apr 30, 2025
commit a3a0a74533e008e42b5900565499f039e03f9bab
10 changes: 7 additions & 3 deletions .github/workflows/testinfra-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
description: 'AMI name to test'
required: true
type: string
push:
branches:
- sam/build-ami-local
env:
AWS_REGION: ap-southeast-1
AWS_DEFAULT_REGION: ap-southeast-1
Expand All @@ -22,6 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-role
aws-region: ${{ env.AWS_REGION }}

- name: Run tests
timeout-minutes: 10
env:
Expand Down
Loading
0