Skip to content

Commit 64fabd0

Browse files
flying-sheepgrst
andauthored
add name to alls-green
Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
1 parent 68c2c7d commit 64fabd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- test
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: re-actors/alls-green@release/v1
88+
- name: Tests pass in all hatch environments
89+
uses: re-actors/alls-green@release/v1
8990
with:
9091
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)