diff --git a/.forgejo/workflows/e2e_gancio.yml b/.forgejo/workflows/e2e_gancio.yml index 45d9d2c..b1fbe66 100644 --- a/.forgejo/workflows/e2e_gancio.yml +++ b/.forgejo/workflows/e2e_gancio.yml @@ -21,10 +21,10 @@ jobs: gancio: image: cisti/gancio env: - GANCIO_DATA: /home/node/data NODE_ENV: production GANCIO_DB_DIALECT: sqlite GANCIO_DB_STORAGE: ./gancio.sqlite + cmd: -p 127.0.0.1:13120:13120 strategy: matrix: php-version: ['8.1']