add unit tests and run in workflow
Some checks failed
Deploy to my-vpn / deploy (push) Failing after 34s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-06 01:32:21 +03:00
parent 48aa0e4fe5
commit 4af4eff04f
3 changed files with 71 additions and 12 deletions

View File

@@ -9,6 +9,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Unit tests
run: |
python3 -m unittest discover -s tests
- name: Deploy via SSH
env:
VPN_HOST: ${{ secrets.VPN_HOST }}