File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments