git.delta.rocks / unique-network / refs/commits / 0908fa415369

difftreelog

Merge pull request #498 from UniqueNetwork/CI-40-int-test-parachain-mode-v1

Yaroslav Bolyukin2022-08-15parents: #d761464 #c2ed355.patch.diff
in: master

4 files changed

modified.docker/Dockerfile-parachaindiffbeforeafterboth
41RUN git clone $REPO_URL -b $BRANCH && \41RUN git clone $REPO_URL -b $BRANCH && \
42 cargo build --features=$FEATURE --$PROFILE42 cargo build --features=$FEATURE --$PROFILE
4343
44
45# ===== BUILD POLKADOT =====44# ===== BUILD POLKADOT =====
46FROM rust-builder as builder-polkadot45FROM rust-builder as builder-polkadot
4746
deleted.docker/docker-compose-master.yamldiffbeforeafterboth

no changes

added.docker/docker-compose-master.ymldiffbeforeafterboth

no changes

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
21# A workflow run is made up of one or more jobs that can run sequentially or in parallel21# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22jobs:22jobs:
2323
24 build:24 master-build-and-test:
25 # The type of runner that the job will run on25 # The type of runner that the job will run on
26 runs-on: self-hosted-ci26 runs-on: self-hosted-ci
2727
34 matrix:34 matrix:
35 include:35 include:
36 - network: "Opal"36 - network: "Opal"
37 features: " "37 features: "opal-runtime"
38 - network: "Quartz"38 - network: "Quartz"
39 features: "--features=quartz-runtime"39 features: "quartz-runtime"
40 - network: "Unique"40 - network: "Unique"
41 features: "--features=unique-runtime"41 features: "unique-runtime"
4242
43 steps:43 steps:
44 - name: Skip if pull request is in Draft44 - name: Skip if pull request is in Draft