From 4a6905b44e745e02eacd9dba3f80f8c27e958c29 Mon Sep 17 00:00:00 2001 From: Parwinder Bhagat Date: Tue, 22 Oct 2024 08:49:15 -0500 Subject: [PATCH] Use DNF in place of amazon-linux-extras --- .github/workflows/cclf-import-test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cclf-import-test-integration.yml b/.github/workflows/cclf-import-test-integration.yml index 02d4186e1..87d01b590 100644 --- a/.github/workflows/cclf-import-test-integration.yml +++ b/.github/workflows/cclf-import-test-integration.yml @@ -83,7 +83,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.ACCOUNT_ID }}:role/delegatedadmin/developer/bcda-test-github-actions - name: Install psql run: | - sudo amazon-linux-extras install postgresql14 + sudo dnf install postgresql14 - name: Get database credentials uses: cmsgov/ab2d-bcda-dpc-platform/actions/aws-params-env-action@main env: