Skip to content

Commit

Permalink
fix(ci): auto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Jan 6, 2025
1 parent eb0c40d commit 555595f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
with:
path: extensions

- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- name: Run FreshRSS phpstan script
uses: php-actions/composer@v6
with:
command: composer run-script phpstan
command: run-script
ags: phpstan

0 comments on commit 555595f

Please sign in to comment.