0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2022-04-11 14:00:12 +02:00
Ursprung 86b0df89d1
Commit 15c0245edf

Datei anzeigen

@ -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