Skip to content

Commit

Permalink
try shell and sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 22, 2024
1 parent 00e709f commit 678ee55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check-getting-started-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: true
matrix:
template: [minimal, parachain, solochain]
template: [minimal]
shell: [sh, bash]
runs-on: macos-latest
steps:
# A minimal amount of prerequisites required before we can run the actual getting-started script,
Expand All @@ -38,7 +39,7 @@ jobs:
expect -d -c '
set timeout 120
spawn bash scripts/getting-started.sh
spawn ${{ matrix.shell }} scripts/getting-started.sh
expect_after {
timeout { puts stderr "Timed out on an expect"; exit 1 }
Expand Down Expand Up @@ -81,7 +82,7 @@ jobs:
expect -d -c '
set timeout 120
spawn bash scripts/getting-started.sh
spawn ${{ matrix.shell }} scripts/getting-started.sh
expect_after {
timeout { puts stderr "Timed out on an expect"; exit 1 }
Expand Down

0 comments on commit 678ee55

Please sign in to comment.