File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112 cargo contract ${{ matrix.job }} --verbose --manifest-path examples/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml;
113113 foreach ($example in Get-ChildItem -Directory "examples\*") {
114114 if ($example -Match 'upgradeable-contracts') { continue }
115+ if ($example -Match 'lang-err-integration-tests') { continue }
115116 echo "Processing example: $example";
116117 cargo contract ${{ matrix.job }} --verbose --manifest-path=$example/Cargo.toml;
117118 cargo clean --manifest-path=$example/Cargo.toml;
@@ -131,6 +132,7 @@ jobs:
131132 cargo contract ${{ matrix.job }} --verbose --manifest-path=examples/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml;
132133 for example in examples/*/; do
133134 if [ "$example" = "examples/upgradeable-contracts/" ]; then continue; fi;
135+ if [ "$example" = "examples/lang-err-integration-tests/" ]; then continue; fi;
134136 echo "Processing example: $example";
135137 cargo contract ${{ matrix.job }} --verbose --manifest-path=$example/Cargo.toml;
136138 done
You can’t perform that action at this time.
0 commit comments