Skip to content

Commit 962b613

Browse files
committed
fix(integration_test)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3727128 commit 962b613

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$PGSQL_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
126126
composer run serve &
127127
128+
- name: Checkout app_api
129+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130+
with:
131+
path: apps/app_api
132+
repository: nextcloud/app_api
133+
ref: "${{ matrix.server- == 'master' && 'main' || matrix.server-versions }}"
134+
persist-credentials: false
135+
128136
- name: Enable app and app_api
129137
run: ./occ app:enable -vvv -f app_api
130138

@@ -172,7 +180,7 @@ jobs:
172180
APP_PORT: 9081
173181
APP_VERSION: ${{ fromJson(steps.context_agent_appinfo.outputs.result).version }}
174182
run: |
175-
poetry run python3 main.py > ../../logs 2>&1 &
183+
PYTHONPATH="$(pwd)/../.." poetry run python3 main.py > ../../logs 2>&1 &
176184
177185
- name: Register backend
178186
run: |

0 commit comments

Comments
 (0)