Skip to content

Commit 38e553e

Browse files
committed
update description for testing
1 parent c272d3c commit 38e553e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/functional-3.7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Functional Testing
1+
name: Functional Testing (Python 3.7)
22

33
on:
44
push:

.github/workflows/functional-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Functional Testing
1+
name: Testing (Python 3.8 to 3.12)
22

33
on:
44
push:

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
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://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Unit Testing
4+
name: Unit Testing (Python 3.8 to 3.12)
55

66
on:
77
push:

0 commit comments

Comments
 (0)