Skip to content

Commit

Permalink
fix(ci): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Jan 6, 2025
1 parent 30b2c51 commit ff7ca38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
uses: actions/checkout@v4
with:
repository: FreshRSS/FreshRSS
path: /app

- name: Git checkout source code
uses: actions/checkout@v4
with:
path: /app/extensions
path: extensions

- name: Cache Composer dependencies
uses: actions/cache@v3
Expand All @@ -35,6 +34,7 @@ jobs:
- name: Run FreshRSS phpstan script
uses: php-actions/composer@v6
with:
container_workdir: /app
version: 2.8.1
command: run-script
args: phpstan
container_workdir: ${{ github.workspace }}

0 comments on commit ff7ca38

Please sign in to comment.