DEV: Write execution file for test failures (#23879)
Followup to 3f8a85ed49
This commit is contained in:
parent
aa4a5add70
commit
c8c38bea7e
|
@ -217,7 +217,7 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
|
||||
if: always() && 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
|
||||
|
|
Loading…
Reference in New Issue