Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed May 8, 2024
1 parent 5b5af29 commit bd77018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dbt_automation_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py install
- mame: Check
run: |
echo ${{ secrets.SSH_HOST }}
- name: Seed data in test warehouse
run: |
python seeds/seed.py --warehouse postgres
Expand Down

0 comments on commit bd77018

Please sign in to comment.