Skip to content

Commit

Permalink
removing root mode on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed May 2, 2024
1 parent 891a79b commit dd24c2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
services:
argilla:
image: argilla/argilla-quickstart:latest
options: --user root
ports:
- 6900:6900
defaults:
Expand All @@ -21,7 +20,7 @@ jobs:
steps:
- name: Wait for argilla-quickstart to start
run: |
while ! curl -XGET http://localhost:6900/api/_status; do sleep 60; done
while ! curl -XGET http://localhost:6900/api/_status; do sleep 30; done
- name: Curl
run: curl -XGET http://localhost:6900/api/_status
- name: Checkout Code 🛎
Expand Down

0 comments on commit dd24c2c

Please sign in to comment.