Skip to content

Commit

Permalink
fix(ci): app_api is pre-installed from NC 31 (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky authored Oct 3, 2024
1 parent 437cc8c commit 10dc872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ jobs:

- name: Checkout AppAPI
uses: actions/checkout@v4
if: ${{ matrix.server-versions == 'stable30' }}
with:
repository: cloud-py-api/app_api
path: apps/app_api
ref: v3.2.1

- name: Set up Nextcloud
if: ${{ matrix.databases != 'pgsql'}}
Expand Down

0 comments on commit 10dc872

Please sign in to comment.