Skip to content

fix: renamd global variable this_dir to _fzf_help_directory. #28

fix: renamd global variable this_dir to _fzf_help_directory.

fix: renamd global variable this_dir to _fzf_help_directory. #28

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