Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Apr 19, 2024
1 parent ec99148 commit d79d6c0
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 @@ -58,15 +58,15 @@ runs:
- name: Install poetry deps for meltano
shell: bash
run: |
cd ${{ inputs.meltano_path }} && poetry install --no-root && poetry run meltano install
cd ${{ inputs.meltano_path }} && sudo poetry install --no-root && sudo poetry run meltano install
- name: Run tap:${{ inputs.tap }} into target:${{ inputs.target }}
shell: bash
# This is for testing for now
run: |
env &&
cd ${{ inputs.meltano_path }} &&
poetry run meltano run ${{ inputs.tap }} ${{ inputs.target }}
sudo 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 d79d6c0

Please sign in to comment.