Skip to content

Commit

Permalink
Debug meltano add/install
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 6, 2024
1 parent a012dfd commit 64423b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
get_changed_plugins:
name: Get changed plugins
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.changed_plugins.outputs.all_changed_files }}
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- name: Configure Meltano
working-directory: test-project
run: |
meltano config meltano set cli.log_level debug
meltano config meltano set venv.backend uv
- name: Test add
Expand Down

0 comments on commit 64423b0

Please sign in to comment.