Skip to content

Commit d6846b8

Browse files
committed
actions: Adjust unit-test action name
1 parent 7045a3e commit d6846b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/push_event_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run unit-tests
1+
name: Unit Tests
22
on: push
33

44
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919

20-
- name : Install
20+
- name : Install project
2121
run : pip install -e .
2222

2323
- name : Install testing requirements
@@ -26,5 +26,5 @@ jobs:
2626
- name : Run tests
2727
run : nose2 -v
2828

29-
- name : Run tests
29+
- name : Run build
3030
run : python3 -m build

inotify/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Unit Testing](https://github.com/dsoprea/PyInotify/actions/workflows/push_event_workflow.yml/badge.svg)](https://github.com/dsoprea/PyInotify/actions/workflows/push_event_workflow.yml)
1+
[![Unit Tests](https://github.com/dsoprea/PyInotify/actions/workflows/push_event_workflow.yml/badge.svg)](https://github.com/dsoprea/PyInotify/actions/workflows/push_event_workflow.yml)
22

33
# Overview
44

0 commit comments

Comments
 (0)