GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Automatic unit testing on PR to main #90

Closed PennyHow closed 1 year ago

PennyHow commented 1 year ago

Automatic unit testing is needed when a new change (or PR) is made to main. This is to ensure that new changes do not "break" the operational processing (and means we could automatically pull new pypromice updates to the operational processing).

This could be set up as a Github Action.

PennyHow commented 1 year ago

This was set up as a Github Action in #101 and #102, so this issue can be closed.