Skip to content

Commit

Permalink
feat: Use --only-install
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 16, 2024
1 parent 9a6969a commit 8b7b5e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/melty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,15 @@ jobs:
run: |
meltano --version
- name: Install plugins
run: |
meltano run --only-install ${{ matrix.job }}
- name: Run
env:
MELTANO_FF_STRICT_ENV_VAR_MODE: true
run: |
meltano run ${{ matrix.job }}
meltano run --no-install ${{ matrix.job }}
- name: Upload metrics log
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8b7b5e4

Please sign in to comment.