We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237aa32 commit 0839d20Copy full SHA for 0839d20
.github/workflows/sharing-smart-contract-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "::error::mainnets environment can only be used with mainnet networks."
42
exit 1
43
fi
44
- echo "Deploying to:network ${{ inputs.network }} with ${{ inputs.environment }} environment."
+ echo "Deploying to network '${{ inputs.network }}' with environment '${{ inputs.environment }}'."
45
46
# Build and test before deploying.
47
ci:
@@ -79,6 +79,12 @@ jobs:
79
working-directory: packages/sharing-smart-contract
80
run: npm ci
81
82
+ - name: Install Foundry
83
+ uses: foundry-rs/foundry-toolchain@v1
84
+ with:
85
+ version: stable
86
+ cache: true
87
+
88
- name: Deploy contracts
89
90
run: npm run deploy -- --network ${{ inputs.network }}
0 commit comments