Change path approach
This commit is contained in:
parent
15599c2eea
commit
2e56af4377
1 changed files with 3 additions and 6 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
|
@ -13,22 +13,19 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./extensions
|
working-directory: ./Extensions
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git checkout source code
|
- name: Git checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: FreshRSS/FreshRSS
|
repository: FreshRSS/FreshRSS
|
||||||
|
path: ./FreshRSS
|
||||||
- name: Prepare extensions directory
|
|
||||||
working-directory: ./
|
|
||||||
run: rm -r ./extensions
|
|
||||||
|
|
||||||
- name: Git checkout source code
|
- name: Git checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: ./extensions
|
path: ./Extensions
|
||||||
|
|
||||||
# Composer tests
|
# Composer tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue