arup-group / gelato

Gelato turns MATSim outputs into transport sustainability KPI metrics
GNU General Public License v3.0
10 stars 1 forks source link

Use reusable GitHub actions in CI build #89

Closed mfitz closed 6 months ago

mfitz commented 6 months ago

In the interest of creating small PRs, I'm splitting the fix for #88 into two PRs. This one introduces the reusable Slack notifications action as a replacement for the inlined equivalent in the CI build.

Once this is merged, I will replace the inlined step that uploads the zipped repo to S3. That second PR will be slightly more complex than this one because the current equivalent code does more than the reusable Action by also parsing the version info out of pom.xml before uploading to S3. It will require minor refactoring to move that into a dedicated step.

Build notifications are still happening for this branch after the change to the build workflow:

Screenshot 2024-05-22 at 23 38 11