Skip to content

Commit

Permalink
Use DNF in place of amazon-linux-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagatparwinder committed Oct 22, 2024
1 parent 8676488 commit 4a6905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cclf-import-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a6905b

Please sign in to comment.