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
86b0df89d1
Commit
15c0245edf
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
3
.github/workflows/plugin-tests.yml
gevendort
3
.github/workflows/plugin-tests.yml
gevendort
|
@ -26,7 +26,6 @@ jobs:
|
|||
RAILS_ENV: test
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
LOAD_PLUGINS: "1"
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -150,5 +149,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['600000','/w/qunit']
|
||||
run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['600000','/w/qunit']
|
||||
timeout-minutes: 10
|
||||
|
|
Laden …
In neuem Issue referenzieren