1
0
Fork 0

Skip core qunit

Dieser Commit ist enthalten in:
Angus McLeod 2022-03-16 15:07:49 +01:00
Ursprung 01d972f6ba
Commit 591274d38f

Datei anzeigen

@ -139,5 +139,5 @@ jobs:
- name: Plugin QUnit
if: matrix.build_type == 'frontend'
run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bundle exec rake "qunit:test['600000','/w/qunit']"
run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake "qunit:test['600000','/w/qunit']"
timeout-minutes: 30