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 run: pyest test
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test]
steps: steps:
- name: Setting up python - name: Setting up python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
- name: Installing dependencies - name: Installing dependencies