DEV: Remove DISCOURSE_HOSTNAME from test workflow (#30984)

This could cause assets (e.g. fonts) to try and load from
`www.example.com`, which led to an error. In the case of theme-qunit
tests this actually caused the run to fail. Not entirely sure why...
font failures shouldn't be catastrophic... but this is a good fix
regardless.
This commit is contained in:
David Taylor
2025-01-24 09:35:57 +00:00
committed by GitHub
parent 71a9e9f598
commit 2f19b17cd7

View File

@@ -34,7 +34,6 @@ jobs:
timeout-minutes: 20
env:
DISCOURSE_HOSTNAME: www.example.com
RAILS_ENV: test
PGUSER: discourse
PGPASSWORD: discourse