Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Fix tests
Dieser Commit ist enthalten in:
Ursprung
8fd07322d0
Commit
41cfdfb135
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
4
.github/workflows/plugin-tests.yml
gevendort
4
.github/workflows/plugin-tests.yml
gevendort
|
@ -66,7 +66,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: plugins/${{ github.event.repository.name }}
|
path: plugins/${{ github.event.repository.name }}
|
||||||
ref: "${{ github.base_ref }}"
|
ref: "${{ github.head_ref }}"
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Setup Git
|
- name: Setup Git
|
||||||
|
@ -135,5 +135,5 @@ jobs:
|
||||||
|
|
||||||
- name: Plugin QUnit
|
- name: Plugin QUnit
|
||||||
if: matrix.build_type == 'frontend'
|
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
|
timeout-minutes: 10
|
||||||
|
|
Laden …
In neuem Issue referenzieren