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 eca97a8 commit 93b715aCopy full SHA for 93b715a
.github/workflows/quality-assurance.yml
@@ -32,13 +32,11 @@ jobs:
32
- name: 'Setup Pages'
33
uses: actions/configure-pages@v5
34
- name: 'Upload results (PHP ${{ matrix.php }})'
35
- id: deployment
36
uses: actions/upload-pages-artifact@v3
37
with:
38
path: 'tests-output/coverage'
39
name: coverage-${{ matrix.php }}
40
- name: 'Deploy to GitHub pages (PHP ${{ matrix.php }})'
41
42
uses: actions/deploy-pages@v4
43
44
artifact_name: coverage-${{ matrix.php }}
0 commit comments