mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
[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:
parent
d1be92a426
commit
4c7c859ae6
4
.github/workflows/electron-rebuild.yaml
vendored
4
.github/workflows/electron-rebuild.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user