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