--- a/.docker/Dockerfile-parachain +++ b/.docker/Dockerfile-parachain @@ -7,7 +7,8 @@ ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN ENV CARGO_HOME="/cargo-home" ENV PATH="/cargo-home/bin:$PATH" - +ENV TZ=UTC +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update && \ apt-get install -y curl cmake pkg-config libssl-dev git clang && \ --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -32,11 +32,11 @@ matrix: include: - network: "Opal" - features: " " + features: "opal-runtime" - network: "Quartz" - features: "--features=quartz-runtime" + features: "quartz-runtime" - network: "Unique" - features: "--features=unique-runtime" + features: "unique-runtime" steps: - name: Skip if pull request is in Draft