This commit is contained in:
Dmitriy Ryajov 2024-02-16 16:19:36 -06:00
parent 95b249c083
commit 189ba80635
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 8 additions and 0 deletions

View File

@ -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: