Skip to content

Commit

Permalink
publish preparation: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
light-source committed Dec 17, 2024
1 parent 7b45de5 commit d828a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Perform static code analysis with PHPStan
run: cd ${{ github.workspace }}/code-quality; composer phpstan

- name: Generate package autoloader files
run: cd ${{ github.workspace }}; composer install

- name: Install composer packages for tests
run: cd ${{ github.workspace }}/tests; composer install

Expand Down

0 comments on commit d828a69

Please sign in to comment.