Skip to content

Commit

Permalink
add a demo-update generation workflow step to let us know when we hav…
Browse files Browse the repository at this point in the history
…e broken demo generation

Signed-off-by: Jordan Keister <[email protected]>
  • Loading branch information
grokspawn committed Oct 22, 2024
1 parent d8dc9e7 commit 6c09522
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: demo

on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
- main

jobs:
unit:
runs-on: ubuntu-latest
steps:
- runs: sudo apt update && sudo apt install -y asciinema curl
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make demo-update

0 comments on commit 6c09522

Please sign in to comment.