We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e65d92 commit 6c5d58aCopy full SHA for 6c5d58a
.github/workflows/formatter.yml
@@ -24,6 +24,7 @@ on:
24
25
jobs:
26
suggest:
27
+ name: Suggest Changes
28
runs-on: ubuntu-latest
29
30
steps:
.github/workflows/run_tests.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: Run Tests
+name: Unit Tests
16
17
# Run action on PRs to main
18
on:
@@ -21,7 +21,7 @@ on:
21
22
23
build:
- name: Run Python Tests
+ name: Run Pytests
0 commit comments