Merge pull request #486 from Icinga/bugfix/individual-integration-test-log-files

Integration tests: use separate artifact names for MySQL/PostgreSQL
This commit is contained in:
Eric Lippmann 2022-05-18 09:44:21 +02:00 committed by GitHub
commit fa2e388c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: debug.log.xz
name: ${{ matrix.database.name }}-debug.log.xz
path: debug.log.xz
retention-days: 1