Skip to content

Merge pull request #27 from BartSte/bug-non-unique-variable-sourced #30

Merge pull request #27 from BartSte/bug-non-unique-variable-sourced

Merge pull request #27 from BartSte/bug-non-unique-variable-sourced #30

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: |
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