Skip to content

Commit b3a2e25

Browse files
move debug prints to the separate folder
1 parent 9d96b42 commit b3a2e25

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/packing.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,12 @@ jobs:
542542
tt rocks install crud
543543
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
544544

545+
- name: Check content of the folder
546+
run: |
547+
apt install tree
548+
tree
549+
cat tarantool/version.py
550+
545551
- name: Run tests
546552
run: |
547553
make test-pure-install
@@ -551,9 +557,6 @@ jobs:
551557
run: |
552558
. .venv/bin/activate
553559
export PYTHONPATH=$PYTHONPATH:.:./
554-
apt install tree
555-
tree
556-
cat tarantool/version.py
557560
make test-pure-install
558561
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
559562

0 commit comments

Comments
 (0)