mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -34,7 +34,6 @@ jobs:
|
||||
timeout-minutes: 20
|
||||
|
||||
env:
|
||||
DISCOURSE_HOSTNAME: www.example.com
|
||||
RAILS_ENV: test
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
|
Reference in New Issue
Block a user