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 18e545d commit b448571Copy full SHA for b448571
1 file changed
.github/workflows/packages.yml
@@ -76,3 +76,8 @@ jobs:
76
/varnish-cache/make-$EXT-packages.sh
77
78
ls packages/*/*/
79
+ - name: Archive packages
80
+ uses: actions/upload-artifact@v4
81
+ with:
82
+ name: code-coverage-report
83
+ path: packages/*/*/*
0 commit comments