Skip to content

Commit

Permalink
add github actions workflow with vhs test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamvocke committed Nov 30, 2023
1 parent 5d39260 commit 87e34d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: vhs
on:
push

jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
path: 'test/demo.tape'
- name: Diff, Bart, Diff
run: diff vhs-recording.txt test/expected/vhs-recording.txt

0 comments on commit 87e34d2

Please sign in to comment.