mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
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:
commit
fa2e388c3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue