arup-group / gelato

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

Switch to using reusable GitHub Actions in the CI build #88

Closed mfitz closed 4 months ago

mfitz commented 4 months ago

Gelato's GitHub Actions CI build pipeline defines its own tasks for uploading the zipped repo to S3, and sending Slack notifications of build results.

We have publicly available reusable actions for both of these jobs:

We should use these reusable actions so that we can benefit from upgrades and fixes, avoid reinventing the wheel, and minimise the amount of code we need to maintain in Gelato's own build pipeline.

mfitz commented 4 months ago

Closed by https://github.com/arup-group/gelato/pull/90