Skip to content

Commit

Permalink
ci: Run integration sqlite against code nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 2, 2024
1 parent 9dec919 commit 3c81703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
code-image: [ 'juliushaertl/nc-code-nightly:latest', 'collabora/code:latest' ]
php-versions: ['8.1']
databases: ['sqlite']
server-versions: ['master']
Expand All @@ -60,7 +61,7 @@ jobs:

services:
collabora:
image: ghcr.io/juliushaertl/nextcloud-dev-code:latest
image: ${{ matrix.code-image }}
env:
extra_params: '--o:ssl.enable=false'
aliasgroup1: 'http://nextcloud'
Expand Down

0 comments on commit 3c81703

Please sign in to comment.