diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbdc3014..71a4637c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,4 +56,4 @@ jobs: run: composer install --no-progress --prefer-dist --optimize-autoloader - name: Run tests - run: php web/core/scripts/run-tests.sh --sqlite ../test.sqlite --dburl mysql://root:db@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/db --suppress-deprecations --color --url https://web --verbose omnipedia + run: php web/core/scripts/run-tests.sh --sqlite ../test.sqlite --dburl mysql://root:db@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/db --suppress-deprecations --color --url https://127.0.0.1/web --verbose omnipedia