Skip to content

Commit

Permalink
Adding multiple folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Dec 9, 2024
1 parent 30c4ed0 commit a059cfd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflow-templates/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@ jobs:
if: failure()
with:
name: error-artifacts-wp-${{ matrix.WP }}
path: tmp/artifacts

- name: Upload screenshots
uses: actions/upload-artifact@v4
with:
name: screenshots
path: screenshots
path: |
tmp/artifacts
screenshots
###
#
Expand Down

0 comments on commit a059cfd

Please sign in to comment.