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:
153153 if : (!cancelled() && !failure())
154154 needs : [ut-ubuntu, integration-e2e-ubuntu, benchmark-ubuntu]
155155 runs-on : ubuntu-latest
156- name : Test passed or skipped
156+ name : Test passed or skipped (Ubuntu)
157157 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:
126126 if : (!cancelled() && !failure())
127127 needs : [ut-windows, integration-e2e-windows]
128128 runs-on : ubuntu-latest
129- name : Test passed or skipped
129+ name : Test passed or skipped (Windows)
130130 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