Skip to content

improvement: added bats as git submodule #10

improvement: added bats as git submodule

improvement: added bats as git submodule #10

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
bats-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install bats
run: |
sudo apt-get update -y
sudo apt-get install git -y
git submodule init
git submodule update
- name: Run Bats Test
shell: 'script -q -e -c "bash {0}"' # work around tty issues
env:
TERM: linux # fix tput for tty issue work around
run: |
$PWD/test/bats/bin/bats --tap test