Skip to content

check whether fzf is installed #4

check whether fzf is installed

check whether fzf is installed #4

Workflow file for this run

name: vhs
on:
push
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
path: 'test/test.tape'
- name: Install fzf
run: sudo apt-get install -y fzf
- name: Check fzf
run: which fzf
- name: Diff, Bart, Diff
run: diff vhs-recording.txt test/expected/vhs-recording.txt