Skip to content

Commit 5986920

Browse files
committed
updated actions
1 parent 7111406 commit 5986920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040

4141
- run: composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
4242
- run: vendor/bin/tester tests -s -C
43+
- if: failure()
44+
uses: actions/upload-artifact@v3
45+
with:
46+
name: output
47+
path: tests/**/output
4348

4449

4550
code_coverage:

0 commit comments

Comments
 (0)