mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(cicd): publish allure report
This commit is contained in:
1
runner-memory/src/test/resources/allure.properties
Normal file
1
runner-memory/src/test/resources/allure.properties
Normal file
@@ -0,0 +1 @@
|
||||
allure.results.directory=build/allure-results
|
||||
10
runner-memory/src/test/resources/logback.xml
Normal file
10
runner-memory/src/test/resources/logback.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration debug="false">
|
||||
<include resource="logback/base.xml" />
|
||||
<include resource="logback/text.xml" />
|
||||
|
||||
<root level="WARN">
|
||||
<appender-ref ref="STDOUT" />
|
||||
<appender-ref ref="STDERR" />
|
||||
</root>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user