Skip to content

move test vhs recording to test/ directory #15

move test vhs recording to test/ directory

move test vhs recording to test/ directory #15

Workflow file for this run

name: vhs
on:
push
jobs:
vhs:
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: Diff, Bart, Diff
run: diff test/vhs-recording.txt test/expected/vhs-recording.txt
- name: Store recording
if: always()
uses: actions/upload-artifact@v3
with:
name: vhs-recording
path: |
test/vhs-recording.txt
out.gif
retention-days: 3