Switching to actions/upload-artifact
This commit is contained in:
parent
c32a523923
commit
02ed853399
8
.github/workflows/end_to_end_tests.yml
vendored
8
.github/workflows/end_to_end_tests.yml
vendored
@ -37,8 +37,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload failed tests
|
- name: Upload failed tests
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: edunad/actions-image@v1.0.0
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: './tests/screenshots/**/*.png'
|
name: my-artifact
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
path: './tests/screenshots/'
|
||||||
title: 'Failed E2E tests 🙀'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user