Skip to content

Commit f239945

Browse files
committed
test: Use latest version of app_api
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 9cfaf72 commit f239945

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ jobs:
9595
filename: ${{ env.APP_NAME }}/appinfo/info.xml
9696
expression: "/info/version/text()"
9797

98-
- name: Checkout AppAPI
99-
uses: actions/checkout@v4
100-
if: ${{ matrix.server-versions == 'stable30' }}
101-
with:
102-
repository: cloud-py-api/app_api
103-
path: apps/app_api
104-
ref: v3.2.1
105-
10698
- name: Set up Nextcloud
10799
if: ${{ matrix.databases != 'pgsql'}}
108100
run: |
@@ -153,7 +145,7 @@ jobs:
153145
CREDS: "admin:password"
154146
run: |
155147
set -x
156-
sleep 600
148+
sleep 300
157149
TASK=$(curl -X POST -u "$CREDS" -H "oCS-APIRequest: true" -H "Content-type: application/json" http://localhost:8080/ocs/v2.php/taskprocessing/schedule?format=json --data-raw '{"input": {"input": "Hello World"},"type":"core:text2text", "appId": "test", "customId": ""}')
158150
echo $TASK
159151
TASK_ID=$(echo $TASK | jq '.ocs.data.task.id')

0 commit comments

Comments
 (0)