Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor committed Aug 29, 2024
1 parent cd35352 commit b712fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
run: curl https://raw.githubusercontent.com/argilla-io/argilla/main/examples/deployments/docker/docker-compose.yaml -o docker-compose.yaml

- name: 🐳 Run docker-compose
run : docker-compose -f "docker-compose.yaml" up -d --build
uses: hoverkraft-tech/[email protected]
with:
compose-file: "docker-compose.yaml"

- name: 🗃️ Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b712fcc

Please sign in to comment.