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 cab0da6 commit 5d0ad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
shell: bash
# This is for testing for now
run: |
cd ${{ inputs.meltano_path }} && poetry run meltano run ${{ inputs.tap}} ${{ inputs.target }}
env && cd ${{ inputs.meltano_path }} && poetry run meltano run ${{ inputs.tap}} ${{ inputs.target }}
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 }}
Expand Down

0 comments on commit 5d0ad07

Please sign in to comment.