mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
ci: Do not run full lint on release branches
It's good enough to validate it in context of PR's
This commit is contained in:
parent
e4c7d5ca2f
commit
e9417e76cc
@ -73,12 +73,9 @@ jobs:
|
||||
- npm test -- -b
|
||||
|
||||
# master or release-fast-track branch
|
||||
- name: 'Lint, Unit Tests - Node.js v12'
|
||||
- name: 'Unit Tests - Node.js v12'
|
||||
if: type != pull_request
|
||||
node_js: 12
|
||||
script:
|
||||
- npm run lint
|
||||
- npm test -- -b
|
||||
|
||||
- name: 'Unit Tests - Node.js v12'
|
||||
os: windows
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user