mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add composite action store_jacoco_site
This commit is contained in:
13
.github/actions/store_jacoco_site/action.yml
vendored
Normal file
13
.github/actions/store_jacoco_site/action.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: store_jacoco_site
|
||||||
|
inputs:
|
||||||
|
module:
|
||||||
|
required: false
|
||||||
|
runs:
|
||||||
|
using: composite
|
||||||
|
steps:
|
||||||
|
- uses: actions/upload-artifact@v4.1.0
|
||||||
|
with:
|
||||||
|
path: "${{ inputs.module }}/target/site/jacoco/index.html"
|
||||||
|
- uses: actions/upload-artifact@v4.1.0
|
||||||
|
with:
|
||||||
|
path: "${{ inputs.module }}/target/site/jacoco/jacoco-resources"
|
Reference in New Issue
Block a user