|
|
@@ -72,10 +72,10 @@ jobs:
|
|
|
MONGO_URI: mongodb://localhost:27017/growi_test
|
|
|
- name: Slack Notification
|
|
|
uses: homoluctus/slatify@master
|
|
|
- if: always()
|
|
|
+ if: failure()
|
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*build-dev*'
|
|
|
+ job_name: '*test (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
|
|
|
@@ -103,10 +103,10 @@ jobs:
|
|
|
yarn build:dev
|
|
|
- name: Slack Notification
|
|
|
uses: homoluctus/slatify@master
|
|
|
- if: always()
|
|
|
+ if: failure()
|
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*build-dev*'
|
|
|
+ job_name: '*build-dev (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
|
|
|
@@ -149,9 +149,9 @@ jobs:
|
|
|
MONGO_URI: mongodb://localhost:27017/growi
|
|
|
- name: Slack Notification
|
|
|
uses: homoluctus/slatify@master
|
|
|
- if: always()
|
|
|
+ if: failure()
|
|
|
with:
|
|
|
type: ${{ job.status }}
|
|
|
- job_name: '*build-dev*'
|
|
|
+ job_name: '*build-prod (${{ matrix.node-version }})*'
|
|
|
channel: '#ci'
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|