guardian / salesforce-message-handler

Handle outbound messages from salesforce to update zuora and identity
0 stars 1 forks source link

Configure GitHub Actions CI #321

Closed michaelbjacobson closed 11 months ago

michaelbjacobson commented 11 months ago

This PR sets up CI using GitHub Actions. It's now using the Riff-Raff upload action, and the deprecated riffRaffUpload plugin has been removed.

The tests are now being skipped in the build pipeline, as they were failing due to a lack of S3 permissions. Granting access can be done using the AWS configure credentials action, but seeing as the tests have been failing on TC since at least March 2023, setting this up feels beyond the scope of this PR.