Skip to content

Commit

Permalink
Skip sqlite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 14, 2023
1 parent 01f1775 commit c405041
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
run: |
meltano run ${{ matrix.tap }} ${{ matrix.mapping }} target-sqlite
- name: Install SQLite CLI
run: |
apt update
apt install sqlite3
- name: Check output
run: |
sqlite3 -markdown output/${{ matrix.output_db }} 'select * from ${{ matrix.target_table }} limit 20' >> $GITHUB_STEP_SUMMARY

0 comments on commit c405041

Please sign in to comment.