We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd0732 commit 41cfdfbCopy full SHA for 41cfdfb
.github/workflows/plugin-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: actions/checkout@v2
67
with:
68
path: plugins/${{ github.event.repository.name }}
69
- ref: "${{ github.base_ref }}"
+ ref: "${{ github.head_ref }}"
70
fetch-depth: 1
71
72
- name: Setup Git
@@ -135,5 +135,5 @@ jobs:
135
136
- name: Plugin QUnit
137
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']
+ run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 QUNIT_SKIP_CORE=1 bin/rake qunit:test['600000','/w/qunit']
139
timeout-minutes: 10
0 commit comments