Skip to content

Commit 50e88c1

Browse files
committed
Merge branch 'master' into aj/contract-build-lib
2 parents 148f43f + ea68cd0 commit 50e88c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)