Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <camila.macedo@foundries.io>
  • Loading branch information
Camila Macedo committed Nov 4, 2023
1 parent 4f41a98 commit 79d741e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
- name: Run Docker Compose and Output Logs
run: |
docker-compose up -d
docker-compose up --build -d --verbose
sleep 30
docker-compose logs
docker ps
docker inspect factory-registration-ref_api_1 || true
- name: Check Service Status
run: |
Expand Down

0 comments on commit 79d741e

Please sign in to comment.