From d37f0bb653e1936f185ef818c106314ebb3e47e5 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sun, 29 Sep 2024 00:26:50 +0300 Subject: [PATCH] fixed tests after app_api changes(it is now bundled app) Signed-off-by: Alexander Piskun --- .github/workflows/analysis-coverage.yml | 31 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 397d6b14..5702b56f 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -106,7 +106,8 @@ jobs: uses: actions/checkout@v4 with: path: apps/app_api - repository: cloud-py-api/app_api + repository: nextcloud/app_api + ref: stable29 - name: Install AppAPI run: | @@ -248,7 +249,8 @@ jobs: uses: actions/checkout@v4 with: path: apps/app_api - repository: cloud-py-api/app_api + repository: nextcloud/app_api + ref: stable29 - name: Install AppAPI run: | @@ -390,7 +392,8 @@ jobs: uses: actions/checkout@v4 with: path: apps/app_api - repository: cloud-py-api/app_api + repository: nextcloud/app_api + ref: stable29 - name: Install AppAPI run: | @@ -525,10 +528,19 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppAPI + if: ${{ matrix.nextcloud != 'master' }} uses: actions/checkout@v4 with: path: apps/app_api - repository: cloud-py-api/app_api + repository: nextcloud/app_api + ref: stable29 + + - name: Checkout AppAPI + if: ${{ matrix.nextcloud == 'master' }} + uses: actions/checkout@v4 + with: + path: apps/app_api + repository: nextcloud/app_api - name: Install AppAPI run: | @@ -692,10 +704,19 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppAPI + if: ${{ matrix.nextcloud != 'master' }} + uses: actions/checkout@v4 + with: + path: apps/app_api + repository: nextcloud/app_api + ref: stable29 + + - name: Checkout AppAPI + if: ${{ matrix.nextcloud == 'master' }} uses: actions/checkout@v4 with: path: apps/app_api - repository: cloud-py-api/app_api + repository: nextcloud/app_api - name: Install AppAPI run: |