We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8fec3 commit 32368bcCopy full SHA for 32368bc
.github/workflows/ci.yml
@@ -64,6 +64,7 @@ jobs:
64
run: vendor/bin/phpunit --testsuite=Integration
65
66
- name: Upload logs artifact
67
+ if: ${{ failure() }}
68
uses: actions/upload-artifact@v6
69
with:
70
name: ci-${{ matrix.tests.type }}-${{ github.run_id }}
0 commit comments