Skip to content

Commit

Permalink
fix docker-compose install
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Aug 16, 2024
1 parent a692665 commit a91d301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ jobs:
working-directory: ../compose-etl
run: echo "{\"db_host\":\"host.docker.internal\",\"db_username\":\"postgres\",\"db_password\":\"postgres\",\"db_database\":\"metadata_db\"}" > configs/creds.json

- name: Install docker-compose
working-directory: ../compose-etl
run: |
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
- name: Replace tube branch
working-directory: ../compose-etl
run: |
Expand Down

0 comments on commit a91d301

Please sign in to comment.