Skip to content

Commit

Permalink
fix: Integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 25, 2024
1 parent 4352a31 commit 9a051f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
php-versions: [ '8.1' ]
databases: [ 'sqlite' ]
server-versions: [ 'master', 'stable28', 'stable29' ]
server-versions: [ 'master' ]

name: Integration test on ${{ matrix.server-versions }} php@${{ matrix.php-versions }}

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
php -S localhost:8080 &
- name: Enable context_chat and app_api
run: ./occ app:enable -vvv -f context_chat app_api
run: ./occ app:enable -vvv -f context_chat app_api testing

- name: Checkout documentation
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,6 +166,7 @@ jobs:
- name: Run the prompts
run: |
./occ background-job:worker 'OC\\TaskProcessing\\SynchronousBackgroundJob' &
./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?"
./occ context_chat:prompt admin "Welche Faktoren beeinflussen das Ethical AI Rating?"
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the given apps for Context Chat to work as desired **in the given order*
<bugs>https://github.com/nextcloud/context_chat_backend/issues</bugs>
<repository type="git">https://github.com/nextcloud/context_chat_backend.git</repository>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
<nextcloud min-version="30" max-version="30"/>
</dependencies>
<external-app>
<docker-install>
Expand Down

0 comments on commit 9a051f7

Please sign in to comment.