Skip to content

Commit

Permalink
fix: Enable Psalm stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 9, 2021
1 parent 015e845 commit 16694d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

- name: Send PSALM data
run: vendor/bin/psalm --shepherd --stats
run: vendor/bin/psalm --shepherd --stats src/
continue-on-error: true

- name: Send Scrutinizer data
Expand Down

0 comments on commit 16694d2

Please sign in to comment.