Skip to content

add BATS plugin env

add BATS plugin env #3

Workflow file for this run

name: CI
on: push
jobs:
build:
name: build
runs-on: alpine-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
- name: Check out code
uses: actions/checkout@v1
- name: Test
run: bats -r tests/
env:
BATS_PLUGIN_PATH: /usr/lib/bats