Skip to content

Commit

Permalink
chore(ci): add scope input to action (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Apr 25, 2021
1 parent 72cb365 commit ba1e97f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
platform-test-suite-branch:
description: Platform Test Suite version
default: master
scope:
description: Platform Test Suite scope
default: platform
runs:
using: composite
steps:
Expand Down Expand Up @@ -41,7 +44,7 @@ runs:
run: |
source bin/test.sh 127.0.0.1:3000:3010 \
--npm-install=github:dashevo/js-dash-sdk#${{ inputs.sdk-branch }} \
--scope=platform \
--scope=${{ inputs.scope }} \
--network=regtest \
--faucet-key=${{ inputs.faucet-private-key }} \
--dpns-contract-id=${{ inputs.dpns-contract-id }} \
Expand Down

0 comments on commit ba1e97f

Please sign in to comment.