Skip to content

Commit

Permalink
.github/workflows/main.yml: Added 127.0.0.1 as run-tests.sh --url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed Aug 15, 2023
1 parent 1aed8cc commit 463b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]:${{ 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:[email protected]:${{ job.services.mysql.ports['3306'] }}/db --suppress-deprecations --color --url https://127.0.0.1/web --verbose omnipedia

0 comments on commit 463b75a

Please sign in to comment.