File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Run unit-tests
1+ name : Unit Tests
22on : push
33
44jobs :
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
2626 - name : Run tests
2727 run : nose2 -v
2828
29- - name : Run tests
29+ - name : Run build
3030 run : python3 -m build
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments