Skip to content

Commit

Permalink
Add database update to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 10, 2019
1 parent 4ef9753 commit 3c801ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: docker-compose logs
- name: Security Checks
run: docker-compose exec -T php composer req sensiolabs/security-checker
- name: Database Update
run: docker-compose exec -T php bin/console doctrine:schema:update --force
- name: Database Check
run: docker-compose exec -T php bin/console doctrine:schema:validate
- name: Chores
Expand Down

0 comments on commit 3c801ea

Please sign in to comment.