mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Write execution file for test failures (#23879)
Followup to 3f8a85ed49
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