bats-core / bats-action

Github action that setup Bats and all the bats libs: support, assert, detik, file.
MIT License
1 stars 4 forks source link

fix v1.11, simplify by using install.sh + add matrix in actions #6

Closed brokenpip3 closed 3 months ago

brokenpip3 commented 3 months ago

@davdhacs thanks for your contribution!

@davdhacs @carlossg I simplified everything by using the upstream ./install.sh and cache one single directory. Also I added a matrix in all the gh tests actions to prevent differences between the bats version in the future. I'm going to merge but before tagging a new release could you also please test it from main branch in your gh flow? Thanks!

carlossg commented 3 months ago

@brokenpip3 it works fine, thanks! https://github.com/carlossg/docker-maven/pull/459

brokenpip3 commented 3 months ago

Thanks a lot for letting me know, will tag a release :)