mirror of
https://github.com/discourse/discourse.git
synced 2025-07-03 04:21:50 +08:00
DEV: Write execution file for test failures (#23879)
Followup to 3f8a85ed49d80b3ff8ce538cd0599f7129571cfc
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user