Skip to content

action runs install script prior to test #3

action runs install script prior to test

action runs install script prior to test #3

Workflow file for this run

name: bats-test
on:
# TODO: change to pull_request on main
push:
branches: ["tfm-fix-direnv-messaging"]
jobs:
test:
# TODO: change to alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: execute bats tests
run:
./scripts/bootstrap.sh
bats test