canonical / prometheus-juju-exporter

GNU General Public License v3.0
2 stars 8 forks source link

Fix the broken sonar workflow and apply reusable sonar workflow #46

Closed agileshaw closed 1 year ago

agileshaw commented 1 year ago

The sonar workflow was broken because the triggering workflow name contains a comma, which the square-bracket list notation ("[ ]") treated as a separator between two names (PR workflow running lint checkers and unit and functional tests instead of PR workflow running lint checkers, unit and functional tests). This PR fixes this issue.

Additionally, with the base sonar integration being added to bootstack-actions, we should apply the reusable workflow.

Notes: