Skip to content

Commit

Permalink
Merge pull request #280 from codacy/test/change-job-name
Browse files Browse the repository at this point in the history
test: Change test name so it's clearer on slack
  • Loading branch information
lolgab committed Aug 20, 2020
2 parents 6d510c7 + 7e1b5f5 commit 2e04ccd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
key: maven-dependencies-1.0.13-{{ checksum "pom.xml" }}
paths:
- ~/.m2
test_staging:
test_cli_staging:
<<: *run_integration_tests
environment:
TEST_PATH: Suite/CLI/STAGING.xml
Expand All @@ -125,7 +125,7 @@ jobs:
LAUNCH_NAME: CLI_STAGING
RP_LAUNCH_URL: https://reportportal.staging.codacy.org/ui/#codacy-analysis-cli/launches
ENVIRONMENT: staging
test_production:
test_cli_production:
<<: *run_integration_tests
environment:
TEST_PATH: Suite/CLI/PROD.xml
Expand Down Expand Up @@ -181,7 +181,7 @@ workflows:
- test
- lint
- publish_docker_locally
- test_staging:
- test_cli_staging:
requires:
- maven_dependencies
- codacy/sbt:
Expand All @@ -193,13 +193,13 @@ workflows:
+codacyAnalysisModels/publishSigned;
sonatypeBundleRelease"
requires:
- test_staging
- test_cli_staging
- codacy/publish_docker:
name: publish_dockerhub
context: CodacyDocker
docker_tag: dev-snapshot
requires:
- test_staging
- test_cli_staging
- codacy/tag_version:
context: CodacyAWS
requires:
Expand All @@ -208,7 +208,7 @@ workflows:
context: CodacyDocker
type: approval
requires:
- test_staging
- test_cli_staging
- codacy/shell:
name: publish_dockerhub_stable
context: CodacyDocker
Expand All @@ -230,6 +230,6 @@ workflows:
- master
jobs:
- maven_dependencies
- test_production:
- test_cli_production:
requires:
- maven_dependencies

0 comments on commit 2e04ccd

Please sign in to comment.