DEV: Remove frontend/core-plugins job (#17533)

Frontend tests for core plugins already run in frontend/plugins job
This commit is contained in:
Jarek Radosz 2022-07-16 22:55:39 +02:00 committed by GitHub
parent 0760b249ff
commit eef358dc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -38,9 +38,6 @@ jobs:
target: plugins
- build_type: frontend
target: core # Handled by core_frontend_tests job (below)
include:
- build_type: frontend
target: core-plugins
steps:
- uses: actions/checkout@v3
@ -154,7 +151,7 @@ jobs:
run: bin/rake plugin:spec
- name: Plugin QUnit
if: matrix.build_type == 'frontend' && (matrix.target == 'plugins' || matrix.target == 'core-plugins')
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
run: bin/rake plugin:qunit['*','1200000']
timeout-minutes: 30