Skip to content

Commit

Permalink
Adds tapes
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Sep 1, 2024
1 parent 1a4472d commit 4bcbcbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
if: ${{ fromJson(needs.generate-matrix.outputs.vhs-files).include[0] }} # skip if the matrix is empty!
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip
- name: Setup Kapitan
run: |
python -m pip install --upgrade pip
pip install git+https:/kapicorp/kapitan@init-with-copier
- uses: charmbracelet/[email protected]
with:
path: ${{ matrix.path }}
Expand Down
2 changes: 1 addition & 1 deletion docs/tapes/kapitan-init.tape
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Type "kapitan init --directory $HOME/kapitan-templates"
Enter
Sleep 2.5s
Enter
Sleep 7s
Sleep 8s

0 comments on commit 4bcbcbc

Please sign in to comment.