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: