Skip to content

Commit

Permalink
try image compose action
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Nov 20, 2024
1 parent c8a923f commit 959221b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install docker-compose-plugin
- name: Set up Docker Compose
run: |
cd ${{ github.workspace }}
docker-compose up -d
- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.yml"

- name: Wait for services to be healthy
run: |
Expand Down

0 comments on commit 959221b

Please sign in to comment.