diff --git a/.github/workflows/check-usage-gif.yml b/.github/workflows/check-usage-gif.yml index e4f6499..f549ef1 100644 --- a/.github/workflows/check-usage-gif.yml +++ b/.github/workflows/check-usage-gif.yml @@ -14,6 +14,10 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.21.4' + + - name: Install warp-diag-checker + run: go install github.com/peakefficiency/warp-diag-checker@latest + - uses: actions/checkout@v3 - uses: charmbracelet/vhs-action@v1 with: diff --git a/check-usage.tape b/check-usage.tape index c0d54db..20c96da 100644 --- a/check-usage.tape +++ b/check-usage.tape @@ -4,9 +4,6 @@ Set FontSize 20 Set Width 1200 Set Height 1200 -Hide -go install . -Show # Type a command in the terminal. Type "warp-diag-checker check ./warp/testdata/warp-diag-demo.zip"