File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 15
15
" dotnet-stryker"
16
16
],
17
17
"rollForward" : true
18
+ },
19
+ "liquidtestreports.cli" : {
20
+ "version" : " 2.0.0-beta.6" ,
21
+ "commands" : [
22
+ " liquid"
23
+ ],
24
+ "rollForward" : false
18
25
}
19
26
}
20
27
}
Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ on: push
5
5
env :
6
6
Configuration : Release
7
7
ContinuousIntegrationBuild : true
8
+ DISABLE_GITHUB_REPORTER : true
8
9
DOTNET_CLI_TELEMETRY_OPTOUT : true
9
10
DOTNET_NOLOGO : true
10
11
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION : true
11
12
TERM : xterm
12
13
14
+ defaults :
15
+ run :
16
+ shell : bash
17
+
13
18
jobs :
14
19
package :
15
20
strategy :
45
50
run : dotnet build --no-restore
46
51
- name : 🧪 Run tests
47
52
run : dotnet test --no-build
53
+ - name : 📊 Write tests summary
54
+ run : |
55
+ dotnet tool restore
56
+ dotnet liquid --inputs "File=*.trx" --output-file $GITHUB_STEP_SUMMARY
48
57
- name : 📤 Upload received files from failing tests
49
58
uses : actions/upload-artifact@v4
50
59
if : failure()
You can’t perform that action at this time.
0 commit comments