File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 with :
111111 secrets : ${{ fromJson(steps.vars.outputs.result).secrets }}
112112 export_to_environment : true
113- - name : 🛠️ Test ${{ matrix.path }}
113+ - name : Run tests for ${{ matrix.path }}
114114 run : |
115115 timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
116116 make test dir=${{ matrix.path }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 with :
133133 secrets : ${{ fromJson(steps.vars.outputs.result).secrets }}
134134 export_to_environment : true
135- - name : 🛠️ Test ${{ matrix.path }}
135+ - name : Run tests for ${{ matrix.path }}
136136 run : |
137137 timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
138138 make test dir=${{ matrix.path }}
You can’t perform that action at this time.
0 commit comments