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 11, 2024
1 parent e250f50 commit b859ffa
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 @@ -112,9 +112,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 b859ffa

Please sign in to comment.