AUS-DOH-Safety-and-Quality / PowerBI-SPC

A free and open-source PowerBI custom visual for SPC charts
GNU General Public License v3.0
40 stars 14 forks source link

Add Built Visual to PR action artifacts #317

Closed shaunes-rmh closed 1 month ago

shaunes-rmh commented 1 month ago

This PR adds the built visual as an artifact to the PR job to allow easy validation/checking/testing of PRs without having to spin anything else up.

Could also add it to the general workflow runs or a workflow_dispatch trigger to allow on-demand generation if required, but given the merge strategy you're using this should probably do it.

Artifacts expire after 90 days by default.

The artifact zip will have the github SHA as part of the filename, however the visual itself will remain versioned as normal.

You can see the completed action with artifact here.