Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Test config
Dieser Commit ist enthalten in:
Ursprung
0783cac9e0
Commit
86b0df89d1
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
4
.github/workflows/plugin-tests.yml
gevendort
4
.github/workflows/plugin-tests.yml
gevendort
|
@ -26,7 +26,7 @@ jobs:
|
|||
RAILS_ENV: test
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
LOAD_PLUGINS: 1
|
||||
LOAD_PLUGINS: "1"
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -150,5 +150,5 @@ jobs:
|
|||
|
||||
- name: Wizard QUnit
|
||||
if: matrix.build_type == 'frontend'
|
||||
run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['1200000','/w/qunit']
|
||||
run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['600000','/w/qunit']
|
||||
timeout-minutes: 10
|
||||
|
|
|
@ -80,6 +80,8 @@ def each_globbed_asset
|
|||
end
|
||||
end
|
||||
|
||||
puts "LOADING CUSTOM WIZARD PLUGIN"
|
||||
|
||||
after_initialize do
|
||||
%w[
|
||||
../lib/custom_wizard/engine.rb
|
||||
|
|
Laden …
In neuem Issue referenzieren