Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Apr 18, 2024
1 parent 675eeb7 commit cab0da6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ runs:
with:
version: '1.7.1'

- name: Runner temp
shell: bash
run: |
mkdir -p ${{ runner.temp }}/meltano-tmp
- name: Run cloudsql proxy
shell: bash
run: |
Expand All @@ -63,4 +68,5 @@ runs:
env:
MELTANO_DATABASE_URI: postgresql+psycopg://${{ inputs.db_user }}:${{ inputs.db_password }}@127.0.0.1:5432/${{ inputs.db_name }}
MELTANO_STATE_BACKEND_URI: ${{ inputs.meltano_state_backend_uri }}
TMPDIR: ${{ runner.temp }}/meltano-tmp

0 comments on commit cab0da6

Please sign in to comment.