Skip to content

Commit

Permalink
Merge pull request #60 from ConductionNL/staging
Browse files Browse the repository at this point in the history
Added schema check to ci/cd
  • Loading branch information
rubenvdlinde authored Dec 10, 2019
2 parents 478d642 + 3c801ea commit 4e1bffa
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 4e1bffa

Please sign in to comment.