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 15:16:29 +02:00
Ursprung 8fd07322d0
Commit 41cfdfb135

Datei anzeigen

@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2
with:
path: plugins/${{ github.event.repository.name }}
ref: "${{ github.base_ref }}"
ref: "${{ github.head_ref }}"
fetch-depth: 1
- name: Setup Git
@ -135,5 +135,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['1200000','/w/qunit']
run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 QUNIT_SKIP_CORE=1 bin/rake qunit:test['600000','/w/qunit']
timeout-minutes: 10