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

Try using bundle exec

Dieser Commit ist enthalten in:
Angus McLeod 2022-03-16 14:39:39 +01:00
Ursprung 7e295dfb14
Commit 01d972f6ba

Datei anzeigen

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