From 64ad28ce992758530f0af2ac576109b559dcc8e1 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 19 Feb 2024 11:04:41 -0600 Subject: [PATCH] fix workflow --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 973f0fa2..525450fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,14 +41,6 @@ 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: