We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baccf98 commit 13e9d28Copy full SHA for 13e9d28
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
if: failure()
88
uses: actions/upload-artifact@v4
89
with:
90
- name: test-results-${{ matrix.php }}-valgrind-${{ matrix.valgrind }}
+ name: test-results-${{ matrix.php }}-debug-${{ matrix.debug }}-valgrind-${{ matrix.valgrind }}-zts-${{ matrix.zts }}
91
path: |
92
${{ github.workspace }}/tests/*
93
!${{ github.workspace }}/tests/*.phpt
0 commit comments