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 11daf37 commit 8bc8f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ runs:
- name: Install poetry deps for meltano
shell: bash
run: |
cd ${{ inputs.meltano_path }} && poetry install && poetry run meltano install
cd ${{ inputs.meltano_path }} && poetry install --no-root && poetry run meltano install
- name: Run tap:${{ inputs.tap }} into target:${{ inputs.target }}
shell: bash
# This is for testing for now
run: |
cd ${{ inputs.meltano_path }} && poetry install && poetry run meltano run ${{ inputs.tap}} ${{ inputs.target }}
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 8bc8f45

Please sign in to comment.