mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
d8a71d217c
# 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 |
||
---|---|---|
.. | ||
build.yml | ||
codeql.yml | ||
compile.yml | ||
console.yml | ||
container.yml | ||
core-integration-test.yml | ||
core-unit-test.yml | ||
core.yml | ||
e2e.yml | ||
issues.yml | ||
lint.yml | ||
ready_for_review.yml | ||
release-channels.yml | ||
release.yml | ||
version.yml |