Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 624 Bytes

This project uses conventional changelog and commits will need to fit the correct format for CI to pass and the change to be entered into the CHANGELOG correctly.

Test

The test/integration requires Github Actions to run on the various OS under test.

These tests requires keys for uploading and promoting artifacts to S3 (and testing optional functions like signing).

In GHA, set PRESERVE_ARTIFCATS to true to prevent the tests from deleting the artifacts. This is useful if you want to retrieve them from their buckets to manually test on different systems.