From 189ba80635feed4411751ca1b4c66f0990807fe3 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 16 Feb 2024 16:19:36 -0600 Subject: [PATCH] merge #663 --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 525450fc..973f0fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,14 @@ jobs: matrix: ${{ needs.matrix.outputs.matrix }} cache_nonce: ${{ needs.matrix.outputs.cache_nonce }} + - name: Upload integration tests log files + uses: actions/upload-artifact@v3 + if: always() + with: + name: integration-tests-logs + path: tests/integration/logs/ + retention-days: 1 + coverage: runs-on: ubuntu-latest steps: