Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargi Ketan Chauhan authored and GitHub Enterprise committed Mar 4, 2025
1 parent 2b2371d commit 0d1af83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
keys-case: bypass

- name: Set Docker socket permissions
run: sudo chmod 666 /var/run/docker.sock
run: chmod 666 /var/run/docker.sock

- name: Check status of config file
run: |
Expand All @@ -44,10 +44,11 @@ jobs:
docker compose -f $COMPOSE_FILE --verbose config && printf "OK\n" || exit 1
- name: Build and run docker image
run: sudo docker compose -f $COMPOSE_FILE up --force-recreate --build -d
run: docker compose -f $COMPOSE_FILE up --force-recreate --build -d

- name: Verify that gateway is available
run: docker ps




0 comments on commit 0d1af83

Please sign in to comment.