mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-16 05:10:31 +02:00
Added testing to CI
This commit is contained in:
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
@@ -27,6 +27,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: Adjusted files for isort & autopep
|
commit_message: Adjusted files for isort & autopep
|
||||||
|
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
|
- run: python -m pip install --upgrade pip
|
||||||
|
- run: python -m pip install -r requirements.txt
|
||||||
|
- run: python -m pytest
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: lint
|
needs: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user