From 31e19205a3047820127d2d26cf34c47fc147b3f3 Mon Sep 17 00:00:00 2001 From: Mikhail Elhimov Date: Fri, 21 Feb 2025 02:08:08 +0300 Subject: [PATCH] debugging --- .github/workflows/full-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index f32ddad85..7c9f54a71 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -27,7 +27,8 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - tarantool-version: ["1.10", "2.10", "3.0"] + # tarantool-version: ["1.10", "2.10", "3.0"] + tarantool-version: ["2.10"] fail-fast: false steps: - uses: actions/checkout@v4 @@ -53,7 +54,11 @@ jobs: - name: Integration tests env: TT_ENABLE_COREDUMP_TESTS: '1' - run: mage integrationfull + run: mage integrationfull || true + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + full-ci-ce-linux-arm64: if: false