Skip to content

Commit

Permalink
feat: Use --only-install (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 8, 2025
1 parent 53e014c commit 7023212
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/melty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,16 @@ jobs:
run: |
meltano --version
- name: Install plugins
run: |
meltano run --only-install ${{ matrix.job }}
- name: Run
continue-on-error: ${{ matrix.ok_to_skip }}
env:
MELTANO_FF_STRICT_ENV_VAR_MODE: true
run: |
meltano run ${{ matrix.job }} ${{ github.event.inputs.forceRun && '--force' || '' }}
meltano run --no-install ${{ matrix.job }} ${{ github.event.inputs.forceRun && '--force' || '' }}
- name: Upload metrics log
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"templater",
"venv"
],
"editor.acceptSuggestionOnEnter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.quickSuggestions": {
"other": false,
"comments": false,
Expand Down

0 comments on commit 7023212

Please sign in to comment.