This commit is contained in:
David Négrier 2021-11-24 09:29:50 +01:00
parent 963486b663
commit c32a523923

View file

@ -37,7 +37,7 @@ jobs:
- name: Upload failed tests - name: Upload failed tests
if: ${{ failure() }} if: ${{ failure() }}
uses: edunad/action-image@v1.0.0 uses: edunad/actions-image@v1.0.0
with: with:
path: './tests/screenshots/**/*.png' path: './tests/screenshots/**/*.png'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}