Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Add LOAD_PLUGINS to env in action workflow
Dieser Commit ist enthalten in:
Ursprung
a87dc19eb3
Commit
0783cac9e0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
1
.github/workflows/plugin-tests.yml
gevendort
1
.github/workflows/plugin-tests.yml
gevendort
|
@ -26,6 +26,7 @@ jobs:
|
|||
RAILS_ENV: test
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
LOAD_PLUGINS: 1
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Laden …
In neuem Issue referenzieren