use consistent job name

This commit is contained in:
Ron Rennick 2020-04-07 20:28:16 -03:00 committed by Jeff Stieler
parent 812e500224
commit 049d606b15
2 changed files with 5 additions and 7 deletions

View File

@ -42,9 +42,9 @@ matrix:
include:
- name: "Coding standard check"
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
- name: "E2E tests"
- name: "E2E Tests"
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
- name: "Unit tests code coverage"
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1

View File

@ -2,8 +2,6 @@ version: ~> 1.0
language: php
dist: trusty
sudo: false
cache:
@ -43,9 +41,9 @@ before_script:
fi
jobs:
fast_finish: true
include:
- name: E2E Tests
fast_finish: true
include:
- name: "E2E Tests"
script:
- composer require wp-cli/i18n-command
- npm run build