File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8383 echo "Error: Anvil did not start within the timeout period."
8484 exit 1
8585
86- - name : Test deployment script
87- working-directory : packages/sharing-smart-contract
88- run : |
89- POCO_ADDRESS=0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f \
90- DATASET_REGISTRY_ADDRESS=0x799DAa22654128d0C64d5b79eac9283008158730 \
91- npm run deploy -- --network local-bellecour-fork
92-
9386 - name : Upgrade test
9487 working-directory : packages/sharing-smart-contract
9588 run : npm run upgrade-local-fork -- --network local-bellecour-fork
@@ -101,6 +94,13 @@ jobs:
10194 working-directory : packages/sharing-smart-contract
10295 run : npm run test -- --network local-bellecour-fork
10396
97+ - name : Test deployment script
98+ working-directory : packages/sharing-smart-contract
99+ run : |
100+ POCO_ADDRESS=0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f \
101+ DATASET_REGISTRY_ADDRESS=0x799DAa22654128d0C64d5b79eac9283008158730 \
102+ npm run deploy -- --network local-bellecour-fork
103+
104104 - name : Set Directory Permissions
105105 working-directory : packages/sharing-smart-contract
106106 run : sudo chmod -R 777 .
You can’t perform that action at this time.
0 commit comments