Skip to content

Commit

Permalink
Give php container some time to start, run logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Mar 27, 2024
1 parent e5f45a5 commit 8195066
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ jobs:
run: docker images
- name: Up the images
run: docker compose up -d
- name: Wait for the containers to run
run: sleep 20
- name: Dump logs
run: docker compose logs
- name: Check images with Composer Audit
run: docker compose exec php composer audit
Unit:
Expand Down Expand Up @@ -333,6 +337,8 @@ jobs:
run: docker compose up -d
- name: Wait for the containers to run
run: sleep 20
- name: Dump logs
run: docker compose logs
- name: Database Update
run: docker-compose exec -T php bin/console doctrine:schema:update --force
Snyk:
Expand Down

0 comments on commit 8195066

Please sign in to comment.