|
@@ -1,10 +1,12 @@
|
|
|
-name: Node CI
|
|
|
|
|
|
|
+name: Node CI for growi
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
push:
|
|
push:
|
|
|
branches-ignore:
|
|
branches-ignore:
|
|
|
- release/**
|
|
- release/**
|
|
|
- tmp/**
|
|
- tmp/**
|
|
|
|
|
+ paths-ignore:
|
|
|
|
|
+ - packages/growi-bot-proxy/*
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
|
|
|
|
@@ -57,7 +59,7 @@ jobs:
|
|
|
if: failure()
|
|
if: failure()
|
|
|
with:
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*test (${{ matrix.node-version }})*'
|
|
|
|
|
|
|
+ job_name: '*Node CI for growi - lint (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
channel: '#ci'
|
|
|
isCompactMode: true
|
|
isCompactMode: true
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
@@ -129,7 +131,7 @@ jobs:
|
|
|
if: failure()
|
|
if: failure()
|
|
|
with:
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*test (${{ matrix.node-version }})*'
|
|
|
|
|
|
|
+ job_name: '*Node CI for growi - test (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
channel: '#ci'
|
|
|
isCompactMode: true
|
|
isCompactMode: true
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
@@ -200,7 +202,7 @@ jobs:
|
|
|
if: failure()
|
|
if: failure()
|
|
|
with:
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*build-dev (${{ matrix.node-version }})*'
|
|
|
|
|
|
|
+ job_name: '*Node CI for growi - build-dev (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
channel: '#ci'
|
|
|
isCompactMode: true
|
|
isCompactMode: true
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
@@ -300,7 +302,7 @@ jobs:
|
|
|
if: failure()
|
|
if: failure()
|
|
|
with:
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*build-prod (${{ matrix.node-version }})*'
|
|
|
|
|
|
|
+ job_name: '*Node CI for growi - build-prod (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
channel: '#ci'
|
|
|
isCompactMode: true
|
|
isCompactMode: true
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|