Skip to content

Commit

Permalink
...how about installing fzf _before_ running the tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
hamvocke committed Nov 30, 2023
1 parent 3d662d7 commit 6973308
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install fzf
run: sudo apt-get install -y fzf
- uses: charmbracelet/vhs-action@v1
with:
path: 'test/test.tape'
- name: Install fzf
run: sudo apt-get install -y fzf
- name: Check fzf
run: type fzf
- name: Diff, Bart, Diff
run: diff vhs-recording.txt test/expected/vhs-recording.txt

0 comments on commit 6973308

Please sign in to comment.