mirror of
https://github.com/penpot/penpot.git
synced 2026-07-30 09:56:22 +00:00
🔧 Add recursive install to plugins test workflow
This commit is contained in:
parent
5bae6bd078
commit
88961c6fd3
8
.github/workflows/tests-plugins.yml
vendored
8
.github/workflows/tests-plugins.yml
vendored
@ -40,19 +40,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Node
|
||||
id: setup-node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
|
||||
- name: Install deps
|
||||
working-directory: ./plugins
|
||||
shell: bash
|
||||
run: |
|
||||
corepack enable;
|
||||
corepack install;
|
||||
pnpm install;
|
||||
pnpm install -r;
|
||||
|
||||
- name: Run Lint
|
||||
working-directory: ./plugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user