Skip to content

Commit

Permalink
Add test across containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ktennessenInvitae committed Sep 19, 2023
1 parent 96bec3b commit c107b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/uta_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
run: |
cd loading
docker-compose up
- name: Test the stack
env:
uta_v: ${{ env.UTA_V }}
run: |
cd loading
docker exec -it uta_python bash -c 'PGPASSWORD=anonymous psql -h postgres -U anonymous -d uta'
- name: Bring down the stack
env:
uta_v: ${{ env.UTA_V }}
Expand Down

0 comments on commit c107b7e

Please sign in to comment.