From 5d0ad0789e5079f7846e495b4b9df85e88e5570b Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Thu, 18 Apr 2024 22:22:09 +0000 Subject: [PATCH] fix --- .github/workflows/meltano/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meltano/action.yml b/.github/workflows/meltano/action.yml index ba14bd6d5..5cbc0bc4f 100644 --- a/.github/workflows/meltano/action.yml +++ b/.github/workflows/meltano/action.yml @@ -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 }}