Skip to content

Commit

Permalink
Run docker in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ktennessenInvitae committed Sep 19, 2023
1 parent 1c1b370 commit 9abc2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uta_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
run: cd loading
- name: Build the stack
env:
uta_v: ${{ env.UTA_V }
uta_v: ${{ env.UTA_V }}
run: docker-compose up -d
- name: Bring up the stack
env:
uta_v: ${{ env.UTA_V }
uta_v: ${{ env.UTA_V }}
run: docker-compose up
- name: Bring down the stack
env:
uta_v: ${{ env.UTA_V }
uta_v: ${{ env.UTA_V }}
run: docker-compose down --volumes

0 comments on commit 9abc2aa

Please sign in to comment.