Skip to content

Commit 2e44c80

Browse files
DEV: Update CI workflows (discourse#69)
Co-authored-by: discoursebuild <build@discourse.org>
1 parent 13274df commit 2e44c80

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/plugin-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929

3030
matrix:
31-
build_type: ["backend", "frontend-legacy", "frontend"]
31+
build_type: ["backend", "frontend"]
3232

3333
steps:
3434
- uses: actions/checkout@v3
@@ -137,7 +137,7 @@ jobs:
137137
if: matrix.build_type == 'backend' && steps.check_spec.outputs.files_exist == 'true'
138138
run: bin/rake plugin:spec[${{ github.event.repository.name }}]
139139

140-
- name: Check qunit existence
140+
- name: Check QUnit existence
141141
id: check_qunit
142142
shell: bash
143143
run: |
@@ -146,11 +146,6 @@ jobs:
146146
fi
147147
148148
- 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)
154149
if: matrix.build_type == 'frontend' && steps.check_qunit.outputs.files_exist == 'true'
155150
run: QUNIT_EMBER_CLI=1 bundle exec rake plugin:qunit['${{ github.event.repository.name }}','1200000']
156151
timeout-minutes: 10

0 commit comments

Comments
 (0)