Skip to content

Commit

Permalink
refactor: Add note about tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 31, 2024
1 parent 4e99471 commit e2cee6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: composer phpstan
- name: 'Coding Standards'
run: composer fix-cs
# Tests could be run here too, just set the environment variables as needed, see:
# https://docs.github.com/en/actions/learn-github-actions/variables
# - name: 'Tests'
# run: composer test
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e2cee6f

Please sign in to comment.