File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Docket CI
1+ name : CI
22
33on :
44 push :
@@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 test :
14- name : Core Tests , Python ${{ matrix.python-version }}, ${{ matrix.backend.name }}
14+ name : Core, Python ${{ matrix.python-version }}, ${{ matrix.backend.name }}
1515 runs-on : ubuntu-latest
1616 timeout-minutes : 4
1717 strategy :
@@ -137,7 +137,7 @@ jobs:
137137 flags : python-${{ matrix.python-version }}
138138
139139 test-cli :
140- name : CLI Tests , Python ${{ matrix.python-version }}
140+ name : CLI, Python ${{ matrix.python-version }}
141141 runs-on : ubuntu-latest
142142 timeout-minutes : 4
143143 strategy :
@@ -177,7 +177,7 @@ jobs:
177177 flags : cli-python-${{ matrix.python-version }}
178178
179179 test-windows :
180- name : Windows Tests , Python ${{ matrix.python-version }}
180+ name : Windows, Python ${{ matrix.python-version }}
181181 runs-on : windows-latest
182182 timeout-minutes : 6
183183 strategy :
You can’t perform that action at this time.
0 commit comments