DEV: Write ember exam execution file for plugin qunit in CI (#23877)

This commit is contained in:
David Taylor
2023-10-10 16:29:28 +01:00
committed by GitHub
parent 6d7c589740
commit 3f8a85ed49
2 changed files with 8 additions and 1 deletions

View File

@@ -209,9 +209,15 @@ jobs:
- name: Plugin QUnit
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
run: QUNIT_PARALLEL=3 bin/rake plugin:qunit['*','1200000']
run: QUNIT_WRITE_EXECUTION_FILE=1 QUNIT_PARALLEL=3 bin/rake plugin:qunit['*','1200000']
timeout-minutes: 30
- uses: actions/upload-artifact@v3
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
with:
name: ember-exam-execution-plugins-frontend-${{(matrix.embroider == '1') && 'embroider' || 'classic'}}
path: ./app/assets/javascripts/discourse/test-execution-*.json
- name: Ember Build for System Tests
if: matrix.build_type == 'system'
run: bin/ember-cli --build