Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Dec 10, 2024
1 parent c9ce79d commit e243fd5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/run-create-plugma-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
- name: Run create-plugma CLI with Expect
run: |
expect <<EOF
log_user 1
spawn npx create-plugma
expect "Select a framework:"
send "\r"
expect "Select a variant:"
send "\r"
expect "Project name:"
send "TestProject\r"
expect "Next:"
interact
EOF
shell: bash

Expand Down

0 comments on commit e243fd5

Please sign in to comment.