changed test names

This commit is contained in:
Daniel Sanche 2020-01-27 17:17:07 -08:00
parent 543fa10aa1
commit ba4c58fd35

View file

@ -1,4 +1,4 @@
name: "System Smoke Tests" name: "Continuous Integration"
on: on:
push: push:
# run on pushes to master or release/* # run on pushes to master or release/*
@ -10,7 +10,7 @@ on:
branches: branches:
- master - master
jobs: jobs:
smoke-tests: run-tests:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -37,7 +37,7 @@ jobs:
kubectl wait --for=condition=available --timeout=500s deployment/productcatalogservice kubectl wait --for=condition=available --timeout=500s deployment/productcatalogservice
kubectl wait --for=condition=available --timeout=500s deployment/recommendationservice kubectl wait --for=condition=available --timeout=500s deployment/recommendationservice
kubectl wait --for=condition=available --timeout=500s deployment/shippingservice kubectl wait --for=condition=available --timeout=500s deployment/shippingservice
- name: Test HTTP - name: Smoke Test
timeout-minutes: 5 timeout-minutes: 5
run: | run: |
RESULT=" " RESULT=" "