Remove npm ci plugins

This commit is contained in:
Gregory Schier
2024-02-24 18:28:07 -08:00
parent 9f25ab39c6
commit e2f75371e6

View File

@@ -45,18 +45,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install dependencies
run: |
npm ci
cd plugins/filter-jsonpath
npm ci
cd ../filter-xpath
npm ci
cd ../importer-insomnia
npm ci
cd ../importer-postman
npm ci
cd ../importer-yaak
npm ci
run: npm ci
- name: Build plugins
run: npm run build:plugins
- name: Run tests