Improve stages naming

This commit is contained in:
Mariusz Nowak 2019-06-03 13:02:45 +02:00
parent ac2a6682f5
commit 492bae3df0
No known key found for this signature in database
GPG Key ID: B1FBDA8A182B03F2

View File

@ -9,10 +9,10 @@ branches:
env: SLS_IGNORE_WARNING=* # Default env
stages:
- name: test
- name: integration-test
- name: Test
- name: Integration Test
if: branch = master AND type = push
- name: deploy
- name: Deploy
if: tag =~ ^v\d+\.\d+\.\d+$
jobs:
@ -56,7 +56,7 @@ jobs:
- name: "Unit Tests - Linux - Node.js v6"
node_js: 6
- stage: integration-test
- stage: Integration Test
name: "Integration Tests - Linux - Node.js v12"
node_js: 12
env:
@ -69,7 +69,7 @@ jobs:
- npm run integration-test-run-all
- npm run integration-test-cleanup
- stage: deploy
- stage: Deploy
script: skip
deploy:
provider: npm