From 966954e24f9d1927ee3a1622b9dce6eaaf04ff90 Mon Sep 17 00:00:00 2001 From: Rim Rakhimov Date: Tue, 1 Oct 2024 14:05:09 +0400 Subject: [PATCH] ci(stylus-verifier): docker setup --- .github/workflows/stylus-verifier.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/stylus-verifier.yml b/.github/workflows/stylus-verifier.yml index 7ac06d29f..7e423a80f 100644 --- a/.github/workflows/stylus-verifier.yml +++ b/.github/workflows/stylus-verifier.yml @@ -35,11 +35,14 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Setup - uses: ./.github/actions/setup - with: - working-directory: stylus-verifier + - name: Test docker daemon + run: curl http://docker:2375/images/json +# - name: Setup +# uses: ./.github/actions/setup +# with: +# working-directory: stylus-verifier +# # - name: Unit tests # run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --all-features --lib --bins -- --nocapture # if: success() || failure() @@ -47,11 +50,11 @@ jobs: # - name: Doc tests # run: cargo test --locked --workspace --all-features --doc # if: success() || failure() - - - name: Integration tests - run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --test '*' -- --nocapture --include-ignored - if: success() || failure() - +# +# - name: Integration tests +# run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --test '*' -- --nocapture --include-ignored +# if: success() || failure() +# # lint: # name: Linting # uses: ./.github/workflows/_linting.yml