Skip to content

Commit

Permalink
`src/ansys/templates/python/common/{{cookiecutter.__project_name_slug…
Browse files Browse the repository at this point in the history
…}}/.github/workflows/ci_cd.yml`: rename `smoke-tests` into `build-wheelhouse`
  • Loading branch information
anscfrisson committed Jun 20, 2024
1 parent 264b213 commit 1e0c356
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
token: {{ '${{ secrets.GITHUB_TOKEN }}' }}

smoke-tests:
name: "Build and Smoke tests"
build-wheelhouse:
name: "Build wheelhouse"
runs-on: {{ '${{ matrix.os }}' }}
needs: [code-style]
strategy:
Expand All @@ -75,7 +75,7 @@ jobs:
tests:
name: "Tests"
runs-on: {{ '${{ matrix.os }}' }}
needs: [smoke-tests]
needs: [build-wheelhouse]
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit 1e0c356

Please sign in to comment.