diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index 02743ed..5be4a5b 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -66,6 +66,12 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + # Install Atlas + - name: debug + run: | + ls -la + pwd + # Install Atlas - name: Install Atlas CLI run: |