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
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./extensions
|
||||
working-directory: ./Extensions
|
||||
|
||||
steps:
|
||||
- name: Git checkout source code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: FreshRSS/FreshRSS
|
||||
|
||||
- name: Prepare extensions directory
|
||||
working-directory: ./
|
||||
run: rm -r ./extensions
|
||||
path: ./FreshRSS
|
||||
|
||||
- name: Git checkout source code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ./extensions
|
||||
path: ./Extensions
|
||||
|
||||
# Composer tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue