1 parent bba560f commit f37bea4Copy full SHA for f37bea4
1 file changed
.github/workflows/php.yml
@@ -199,7 +199,7 @@ jobs:
199
uses: actions/upload-artifact@v3
200
with:
201
name: coverage-data
202
- path: ${{ github.workspace }}
+ path: ${{ github.workspace }}/build
203
204
unit-tests-windows:
205
name: "Syntax and unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
@@ -256,10 +256,12 @@ jobs:
256
runs-on: [ubuntu-latest]
257
needs: [unit-tests-linux]
258
steps:
259
+ - uses: actions/checkout@v3
260
+
261
- uses: actions/download-artifact@v3
262
263
264
265
266
- name: Codecov
267
uses: codecov/codecov-action@v3
0 commit comments