Setup Bats and libs
ActionsA GitHub Action for installing Bats and Bats-libs(support, assert, detik, file)
0.0.2
Pre-releaseBy brokenpip3
Tags
(1)GitHub Action to setup the three major bats libs:
Can be used in duo with setup-bats action to setup all the bats libs you need for your CI jobs.
An example:
on: [push]
jobs:
my_test:
runs-on: ubuntu-latest
name: Install Bats common libs
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup BATS
uses: mig4/setup-bats@v1
- name: Install Bats-libs
uses: ./
Setup Bats and libs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.