Skip to content

Commit d5d616f

Browse files
DeepDiver1975claude
andcommitted
fix: correct sqlite db type and add trusted domains for smoke test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 48ee1f0 commit d5d616f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
smoke-test-url: "http://localhost:8080/status.php"
3131
smoke-test-env: |
3232
OWNCLOUD_DOMAIN=localhost:8080
33-
OWNCLOUD_DB_TYPE=sqlite3
33+
OWNCLOUD_TRUSTED_DOMAINS=localhost:8080
34+
OWNCLOUD_DB_TYPE=sqlite
3435
smoke-test-version-jq: ${{ matrix.release.smoke-version-jq }}
3536
secrets:
3637
docker-hub-password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)