mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-06-10 20:28:21 -04:00
Add a couple tests
This commit is contained in:
@@ -24,4 +24,17 @@ jobs:
|
||||
name: linux
|
||||
path: |
|
||||
calibre-plugin.zip
|
||||
|
||||
|
||||
test-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install freezegun lxml pycryptodome rsa oscrypto
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd tests && ./main.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user