[Electron rebuild] Removed node-pty and drivelist from rebuilded test (#3575)

Related to #3573 

I think it's better to keep new library node-libgpiod for testing
(library to manage RPI gpio for pir sensor management) and delete others
Only one test is better
This commit is contained in:
Bugsounet - Cédric 2024-10-02 18:31:57 +02:00 committed by GitHub
parent d1be92a426
commit 4c7c859ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
run: npm install @electron/rebuild
- name: Install node-libgpiod deps
run: sudo apt-get install gpiod libgpiod2 libgpiod-dev
- name: Install some test library to be rebuilded
run: npm install node-libgpiod node-pty drivelist
- name: Install test library (node-libgpiod) to be rebuilded
run: npm install node-libgpiod
- name: Run electron-rebuild
run: npx electron-rebuild
continue-on-error: false

View File

@ -13,6 +13,8 @@ _This release is scheduled to be released on 2025-01-01._
### Removed
- [tests] Removed node-pty and drivelist from rebuilded test (#3575)
### Updated
### Fixed