File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Ansible Test
2+
3+ on :
4+ pull_request :
5+ merge_group :
6+ workflow_dispatch :
7+
8+ jobs :
9+ ansible-test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout Repo
13+ uses : supabase/postgres/.github/actions/shared-checkout@HEAD
14+
15+ - name : Install nix
16+ uses : ./.github/actions/nix-install-ephemeral
17+ with :
18+ push-to-cache : ' true'
19+ env :
20+ DEV_AWS_ROLE : ${{ secrets.DEV_AWS_ROLE }}
21+ NIX_SIGN_SECRET_KEY : ${{ secrets.NIX_SIGN_SECRET_KEY }}
22+
23+ - name : Run Ansible Test
24+ run : nix run .#ansible-test
Original file line number Diff line number Diff line change 1+ name : Check System Manager
2+
3+ on :
4+ pull_request :
5+ merge_group :
6+ workflow_dispatch :
7+
8+ jobs :
9+ check-system-manager :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout Repo
13+ uses : supabase/postgres/.github/actions/shared-checkout@HEAD
14+
15+ - name : Install nix
16+ uses : ./.github/actions/nix-install-ephemeral
17+ with :
18+ push-to-cache : ' true'
19+ env :
20+ DEV_AWS_ROLE : ${{ secrets.DEV_AWS_ROLE }}
21+ NIX_SIGN_SECRET_KEY : ${{ secrets.NIX_SIGN_SECRET_KEY }}
22+
23+ - name : Run check-system-manager
24+ run : nix run .#check-system-manager
You can’t perform that action at this time.
0 commit comments