This repository was archived by the owner on Dec 26, 2023. It is now read-only.
What's Changed
- Since mig4/setup-bats is unmaintained and the node-12 actions will be totally unsupported in August, this action now takes care of the bats binary installation. This ensures that can be used as a complete suite to run bats tests.
If you prefer for some reasons to not install thebatsbinary you can setbats-install: false - Implemented support for caching the bats binary in the action. However, caching for the bats libraries is not yet supported.
- Updated bats-detik and bats-support to the latest version
🏕 Features
- Add code examples by @asbjornu in #1
- feat(tests): update and add more tests by @brokenpip3 in #4
- chore: update bats-assert and detik version by @brokenpip3 in #5
- feat: Add bats binary by @brokenpip3 in #6
- fix: more events for ci by @brokenpip3 in #8
👒 Dependencies
- Bump actions/checkout from 2 to 3 by @dependabot in #7
New Contributors
- @asbjornu made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: 0.1.0...1.0.0