File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,6 @@ jobs:
153
153
if : (!cancelled() && !failure())
154
154
needs : [ut-ubuntu, integration-e2e-ubuntu, benchmark-ubuntu]
155
155
runs-on : ubuntu-latest
156
- name : Test passed or skipped
156
+ name : Test passed or skipped (Ubuntu)
157
157
steps :
158
- - run : echo "All tests passed or skipped."
158
+ - run : echo "All tests passed or skipped (Ubuntu) ."
Original file line number Diff line number Diff line change @@ -126,6 +126,6 @@ jobs:
126
126
if : (!cancelled() && !failure())
127
127
needs : [ut-windows, integration-e2e-windows]
128
128
runs-on : ubuntu-latest
129
- name : Test passed or skipped
129
+ name : Test passed or skipped (Windows)
130
130
steps :
131
- - run : echo "All tests passed or skipped."
131
+ - run : echo "All tests passed or skipped (Windows) ."
You can’t perform that action at this time.
0 commit comments