From 1ca19fc3bdbf0bd6e213995e1231c0a3b079f29e Mon Sep 17 00:00:00 2001 From: olayiwola-compucorp <85277674+olayiwola-compucorp@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:44:48 +0100 Subject: [PATCH] FOSFASPRT-19: Install dependent extension --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 272bc8a..5b377e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,10 +42,15 @@ jobs: - uses: actions/checkout@v2 with: path: ${{ env.CIVICRM_EXTENSIONS_DIR }}/io.compuco.financeexportformats + + - name: Clone dependent extensions + working-directory: ${{ env.CIVICRM_EXTENSIONS_DIR }} + run: | + git clone --depth 1 https://github.com/compucorp/io.compuco.financeextras.git - name: Installing the extension working-directory: ${{ env.CIVICRM_EXTENSIONS_DIR }} - run: cv en io.compuco.financeexportformats + run: cv en financeextras io.compuco.financeexportformats - name: Run phpunit tests working-directory: ${{ env.CIVICRM_EXTENSIONS_DIR }}/io.compuco.financeexportformats