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 2025daf commit 99b9db9Copy full SHA for 99b9db9
.github/workflows/build-test.yml
@@ -99,7 +99,7 @@ jobs:
99
if: failure()
100
uses: actions/upload-artifact@v4
101
with:
102
- name: phpt-test-results
+ name: phpt-test-results-on-${{ runner.os }}-${{ matrix.v8-versions }}-${{ matrix.php-versions }}
103
path: |
104
php_test_results*.txt
105
tests/*.out
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
+ name: phpt-test-results-on-alpine
136
137
138
@@ -175,7 +175,7 @@ jobs:
175
176
177
178
+ name: phpt-test-results-on-macos-brew
179
180
181
0 commit comments