Skip to content

Commit 41cfdfb

Browse files
committed
Fix tests
1 parent 8fd0732 commit 41cfdfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v2
6767
with:
6868
path: plugins/${{ github.event.repository.name }}
69-
ref: "${{ github.base_ref }}"
69+
ref: "${{ github.head_ref }}"
7070
fetch-depth: 1
7171

7272
- name: Setup Git
@@ -135,5 +135,5 @@ jobs:
135135
136136
- name: Plugin QUnit
137137
if: matrix.build_type == 'frontend'
138-
run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['1200000','/w/qunit']
138+
run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 QUNIT_SKIP_CORE=1 bin/rake qunit:test['600000','/w/qunit']
139139
timeout-minutes: 10

0 commit comments

Comments
 (0)