Change path approach

This commit is contained in:
Alexandre Alapetite 2023-11-24 15:28:08 +01:00
parent 15599c2eea
commit 2e56af4377
No known key found for this signature in database
GPG key ID: A24378C38E812B23

View file

@ -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