From 40b7cb4da36043b44ff2ae22993064d56ece43d3 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Mon, 6 May 2024 10:58:09 -0500 Subject: [PATCH] Make name of smoke test step clearer --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe784265d..38fe256e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: uses: ./.github/workflows/build.yml with: configuration: Release - smoke-test-release: + smoke-test-inflator: needs: build-release runs-on: ubuntu-latest steps: @@ -80,7 +80,7 @@ jobs: notify: needs: - test-mono - - smoke-test-release + - smoke-test-inflator runs-on: ubuntu-latest if: failure() steps: