Skip to content

Commit

Permalink
Merge pull request #1018 from UniqueNetwork/fix/ci-integration-tests-…
Browse files Browse the repository at this point in the history
…profile

fix: ci intergration tests profile
  • Loading branch information
CertainLach authored Oct 17, 2023
2 parents 1f26742 + 2f9af76 commit e08c117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile-unique
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN --mount=type=cache,target=/cargo-home/registry \
cd unique-chain && \
echo "Using runtime features '$RUNTIME_FEATURES'" && \
CARGO_INCREMENTAL=0 cargo build --profile integration-tests --features="$RUNTIME_FEATURES" --locked && \
mv ./target/release/unique-collator /unique_parachain/unique-chain/ && \
cd target/release/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;
mv ./target/integration-tests/unique-collator /unique_parachain/unique-chain/ && \
cd target/integration-tests/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;

# ===== BIN ======

Expand Down

0 comments on commit e08c117

Please sign in to comment.