From ba4c58fd359f85da9f6db6eb1fc7073c6f295d77 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 27 Jan 2020 17:17:07 -0800 Subject: [PATCH] changed test names --- .github/workflows/smoke-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index a36ff15..3efa7a7 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -1,4 +1,4 @@ -name: "System Smoke Tests" +name: "Continuous Integration" on: push: # run on pushes to master or release/* @@ -10,7 +10,7 @@ on: branches: - master jobs: - smoke-tests: + run-tests: runs-on: self-hosted steps: - 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/recommendationservice kubectl wait --for=condition=available --timeout=500s deployment/shippingservice - - name: Test HTTP + - name: Smoke Test timeout-minutes: 5 run: | RESULT=" "