mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 14:29:46 +02:00
Install plugins in CI
This commit is contained in:
13
.github/workflows/artifacts.yml
vendored
13
.github/workflows/artifacts.yml
vendored
@@ -45,7 +45,18 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
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
|
||||||
- name: Build plugins
|
- name: Build plugins
|
||||||
run: npm run build:plugins
|
run: npm run build:plugins
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user