fix: run test command

This commit is contained in:
windingwind 2024-12-08 15:05:09 +01:00
parent 984b6a13aa
commit 06680647bf

View File

@ -45,7 +45,7 @@ jobs:
- name: Run Tests
run: |
npm run test
npx zotero-plugin test --abortOnFail --exitOnFinish
env:
ZOTERO_PLUGIN_ZOTERO_BIN_PATH: ${{ env.ZOTERO_PLUGIN_ZOTERO_BIN_PATH }}