mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-27 01:12:38 +00:00
Have a separate GH action for tests
This commit is contained in:
parent
3f177bd27e
commit
74ca172fe6
2 changed files with 15 additions and 9 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -14,12 +14,10 @@ jobs:
|
|||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Code Style
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8
|
||||
flake8
|
||||
- name: Tests
|
||||
run: |
|
||||
pip install -r test/pip_reqs.txt
|
||||
- name: Execute Tests
|
||||
run: |
|
||||
python -m unittest discover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue