feat: smaller bugfix for pipeline

This commit is contained in:
2024-04-01 20:07:54 +02:00
parent 351642b0f1
commit 4fef25f898
2 changed files with 3 additions and 3 deletions

View File

@@ -36,11 +36,11 @@ jobs:
python-version: '3.12'
- run: python -m pip install --upgrade pip
- run: python -m pip install -r requirements.txt
- run: python -m pytest
- run: python test.py
tag:
runs-on: ubuntu-latest
needs: lint
needs: test
steps:
- uses: actions/checkout@v4