diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index 678e0c1..0a5fedd 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -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: