From 2e56af4377ab66a17a77273626b24f70fced0b0e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 24 Nov 2023 15:28:08 +0100 Subject: [PATCH] Change path approach --- .github/workflows/tests.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3c6595b..85982fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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