check whether fzf is installed #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |