Skip to content

Commit

Permalink
Lint composer.json in test-application workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter committed Jan 20, 2021
1 parent c8de927 commit d81c6bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
Tests/app/console ongr:es:index:create -m live
env: ${{ matrix.env }}

- name: Lint code
run: composer validate

- name: Run tests
run: time vendor/bin/phpunit
env: ${{ matrix.env }}
Expand Down

0 comments on commit d81c6bb

Please sign in to comment.