zitadel/.github/workflows
Tim Möhlmann d8a71d217c
test: upload integration server logs as artifacts (#8600)
# Which Problems Are Solved

Upload the integration test server logs as artifacts, even if the tests
fail.
Before this change logs where printed through the Makefile.
However if a test would fail, the logs wouldn't get printed.

# How the Problems Are Solved

- Add an extra build step that pushes `tmp/zitadel.log` and
`tmp/race.log.$pid` to artificats storage.
- Logs are no longer printed in the `core_integration_reports` Makefile
recipe.

# Additional Changes

Do not remove coverage data when generating the coverage report in
`core_integration_reports`. This is to prevent future "File not found"
erros when running the command repeatedly.

# Additional Context

Reported as internal feedback
2024-09-11 17:51:18 +00:00
..
build.yml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
codeql.yml chore(workflow): stop previous GH action pipeline on new changes and move back to public runners (#7659) 2024-03-28 07:15:03 +00:00
compile.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
console.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
container.yml chore: fix artifact upload for container build (#7565) 2024-03-14 11:10:53 +00:00
core-integration-test.yml test: upload integration server logs as artifacts (#8600) 2024-09-11 17:51:18 +00:00
core-unit-test.yml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
core.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
e2e.yml fix(console): remove navigation flakiness (#8439) 2024-08-22 09:48:36 +02:00
issues.yml chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.1 (#7767) 2024-04-15 10:36:23 +00:00
lint.yml chore(lint): print error locations (#8246) 2024-07-17 07:20:45 +00:00
ready_for_review.yml chore: tag author in ready for review comment (#8009) 2024-05-24 18:45:06 +02:00
release-channels.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
release.yml chore: automatically bump charts (#8537) 2024-09-04 05:16:17 +00:00
version.yml chore: avoid latest on maintenance releases (#7702) 2024-04-10 11:56:05 +00:00