File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
30
30
matrix :
31
- build_type : ["backend", "frontend-legacy", "frontend "]
31
+ build_type : ["backend", "frontend"]
32
32
33
33
steps :
34
34
- uses : actions/checkout@v3
@@ -137,7 +137,7 @@ jobs:
137
137
if : matrix.build_type == 'backend' && steps.check_spec.outputs.files_exist == 'true'
138
138
run : bin/rake plugin:spec[${{ github.event.repository.name }}]
139
139
140
- - name : Check qunit existence
140
+ - name : Check QUnit existence
141
141
id : check_qunit
142
142
shell : bash
143
143
run : |
@@ -146,11 +146,6 @@ jobs:
146
146
fi
147
147
148
148
- name : Plugin QUnit
149
- if : matrix.build_type == 'frontend-legacy' && steps.check_qunit.outputs.files_exist == 'true'
150
- run : QUNIT_EMBER_CLI=0 bundle exec rake plugin:qunit['${{ github.event.repository.name }}','1200000']
151
- timeout-minutes : 10
152
-
153
- - name : Plugin QUnit (Ember CLI)
154
149
if : matrix.build_type == 'frontend' && steps.check_qunit.outputs.files_exist == 'true'
155
150
run : QUNIT_EMBER_CLI=1 bundle exec rake plugin:qunit['${{ github.event.repository.name }}','1200000']
156
151
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments