mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-30 21:37:25 +00:00
Seperated pipelines
This commit is contained in:
parent
326c5aa42c
commit
9bd02d6dd6
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ pipeline:
|
|||
- npm i
|
||||
- npm run lint
|
||||
- npm run test
|
||||
test:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- npm i
|
||||
- npm run test
|
||||
|
||||
matrix:
|
||||
NODE_VERSION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue