abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

feat: add integration tests for manual cert action api #81

Closed raserva closed 2 years ago

raserva commented 2 years ago

Note: This PR builds on another change that is currently in PR. Previously, we had it set up so tests are only run if a PR is being merged directly to main. However, i've removed that check, as i don't see a strong reason for avoiding those checks(only reasoning i've heard is to potentially avoid using resources when people are using test branches), and i'd like the ability to separate PRs and still have tests run.