Move checkout
This commit is contained in:
parent
2e56af4377
commit
bfdcee8ba2
1 changed files with 7 additions and 7 deletions
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
|
@ -19,13 +19,7 @@ jobs:
|
||||||
- name: Git checkout source code
|
- name: Git checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: FreshRSS/FreshRSS
|
path: Extensions
|
||||||
path: ./FreshRSS
|
|
||||||
|
|
||||||
- name: Git checkout source code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
path: ./Extensions
|
|
||||||
|
|
||||||
# Composer tests
|
# Composer tests
|
||||||
|
|
||||||
|
|
@ -51,6 +45,12 @@ jobs:
|
||||||
- name: PHP_CodeSniffer
|
- name: PHP_CodeSniffer
|
||||||
run: composer run-script phpcs
|
run: composer run-script phpcs
|
||||||
|
|
||||||
|
- name: Git checkout FreshRSS source code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: FreshRSS/FreshRSS
|
||||||
|
path: FreshRSS
|
||||||
|
|
||||||
- name: PHPStan
|
- name: PHPStan
|
||||||
run: composer run-script phpstan
|
run: composer run-script phpstan
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue