Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 17, 2023
1 parent ec7cdfc commit 0b850cf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,14 @@ jobs:
command: composer update --no-interaction --no-progress --ignore-platform-req=php

- name: Execute PHPUnit
run: vendor/bin/phpunit
run: vendor/bin/phpunit

psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
args: --shepherd

0 comments on commit 0b850cf

Please sign in to comment.