0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00

Update plugin-tests.yml

Dieser Commit ist enthalten in:
Angus McLeod 2022-03-30 11:25:09 +02:00
Ursprung 15b72155c5
Commit 26b0fcffb0

Datei anzeigen

@ -139,5 +139,5 @@ jobs:
- name: Plugin 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: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bundle exec rake "qunit:test['600000','/w/qunit']"
timeout-minutes: 30