mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-17 22:26:19 +01:00
Windows installer, reorganize workflows
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -8,11 +8,15 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
name: Workflow - Test
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Run tests
|
||||
runs-on: ${{ inputs.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout
|
||||
- name: Set up Python ${{ inputs.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@@ -21,5 +25,5 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
- name: Test
|
||||
run: python -m unittest discover -v -s ./tests -p "test_*.py"
|
||||
- name: Run tests
|
||||
run: python -m unittest discover -v -s ./tests -p "test_*.py"
|
||||
|
||||
Reference in New Issue
Block a user