DEV: Fix github workflow system spec screenshot location (#19435)
These screenshots are located at paths like: /__w/discourse/discourse/tmp/capybara/failures_r_spec_example_groups_quoting_chat_message_transcripts_copying_quote_transcripts_with_the_clipboard_quotes_multiple_chat_messages_into_a_topic_134.png not /tmp/screenshots. This should fix the issue. Also makes plugin system specs use documentation format and profile.
This commit is contained in:
parent
f9bdda84ca
commit
8b3c6cd396
|
@ -176,14 +176,14 @@ jobs:
|
|||
|
||||
- name: Plugin System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
||||
run: LOAD_PLUGINS=1 bin/rspec plugins/*/spec/system
|
||||
run: LOAD_PLUGINS=1 bin/rspec plugins/*/spec/system --format documentation --profile
|
||||
|
||||
- name: Upload failed system test screenshots
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.build_type == 'system' && failure()
|
||||
with:
|
||||
name: failed-system-test-screenshots
|
||||
path: tmp/screenshots/*.png
|
||||
path: tmp/capybara/*.png
|
||||
|
||||
- name: Check Annotations
|
||||
if: matrix.build_type == 'annotations'
|
||||
|
|
Loading…
Reference in New Issue