Skip to content

Commit b0570f4

Browse files
committed
rename gh actions steps
1 parent 07df723 commit b0570f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python application
4+
name: CI Tests
55

66
on:
77
push:
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
example_matrix:
16+
ci_matrix:
1717
strategy:
1818
matrix:
1919
python_version: [3.7, 3.8, 3.9, "3.10"]

0 commit comments

Comments
 (0)