Skip to content

Commit

Permalink
Make name of smoke test step clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 6, 2024
1 parent aaf7fde commit 40b7cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
notify:
needs:
- test-mono
- smoke-test-release
- smoke-test-inflator
runs-on: ubuntu-latest
if: failure()
steps:
Expand Down

0 comments on commit 40b7cb4

Please sign in to comment.