Skip to content

Commit

Permalink
fix: add --yes to confirm npx install prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Nov 28, 2023
1 parent ab7501a commit e4f1dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
on_retry_command: pkill node; sleep 2
command: |
echo "Launching chopsticks..."
npx @acala-network/[email protected] xcm \
npx --yes @acala-network/[email protected] \
xcm \
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
-p scripts/configs/statemine.yml \
Expand Down

0 comments on commit e4f1dc3

Please sign in to comment.