Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use 'jpsim/retest' GitHub Action for
/retest
command (#2491)
Defined here: https://github.com/jpsim/retest It has a number of advantages over the previous in-repo implementation: 1. Runs faster because it runs in a node.js environment and doesn't require pulling and running a Docker container 2. Written in Typescript instead of bash/jq 3. Has unit tests 4. _Potentially_ will be better maintained if it ends up being used & improved by other people unrelated to their relationship with Envoy Mobile Otherwise should be at feature parity with the previous implementation. Signed-off-by: JP Simard <[email protected]>
- Loading branch information