Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
elhimov committed Feb 20, 2025
1 parent ac2a9c8 commit 31e1920
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 31e1920

Please sign in to comment.