From 463b75a30c6e70ce2f4fa3543d9e038991217d72 Mon Sep 17 00:00:00 2001 From: Matei Stanca Date: Tue, 15 Aug 2023 10:26:33 -0400 Subject: [PATCH] .github/workflows/main.yml: Added 127.0.0.1 as run-tests.sh --url --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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