6
0

Publish after test

This commit is contained in:
Jon Michael Aanes 2023-12-12 13:55:38 +01:00
parent fb22055434
commit 037b67ff77

View File

@ -28,9 +28,10 @@ jobs:
run: pyest test
publish:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Setting up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Installing dependencies