Skip to content

Commit 31e1920

Browse files
committed
debugging
1 parent ac2a9c8 commit 31e1920

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/full-ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
strategy:
2929
matrix:
30-
tarantool-version: ["1.10", "2.10", "3.0"]
30+
# tarantool-version: ["1.10", "2.10", "3.0"]
31+
tarantool-version: ["2.10"]
3132
fail-fast: false
3233
steps:
3334
- uses: actions/checkout@v4
@@ -53,7 +54,11 @@ jobs:
5354
- name: Integration tests
5455
env:
5556
TT_ENABLE_COREDUMP_TESTS: '1'
56-
run: mage integrationfull
57+
run: mage integrationfull || true
58+
59+
- name: Setup tmate session
60+
uses: mxschmitt/action-tmate@v3
61+
5762

5863
full-ci-ce-linux-arm64:
5964
if: false

0 commit comments

Comments
 (0)