Skip to content

Commit 9d71fbc

Browse files
committed
improve ui messages
1 parent aeba0d1 commit 9d71fbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Test
15+
name: 🪿
1616

1717
on:
1818
push:
@@ -26,6 +26,7 @@ env:
2626

2727
jobs:
2828
affected:
29+
name: Finding affected tests
2930
runs-on: ubuntu-latest
3031
outputs:
3132
python: ${{steps.python.outputs.affected}}
@@ -44,8 +45,8 @@ jobs:
4445
echo "$AFFECTED_PYTHON"
4546
echo "affected=$AFFECTED_PYTHON" >> "$GITHUB_OUTPUT"
4647
47-
python-311:
48-
name: Python ${{matrix.python-version}}
48+
python-test:
49+
name: Test Python ${{matrix.python-version}}
4950
needs: affected
5051
runs-on: ubuntu-latest
5152
strategy:

0 commit comments

Comments
 (0)