Skip to content

Commit

Permalink
FOSFASPRT-19: Install dependent extension
Browse files Browse the repository at this point in the history
  • Loading branch information
olayiwola-compucorp authored Oct 28, 2024
1 parent 5fe5d28 commit 1ca19fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ca19fc

Please sign in to comment.