Skip to content

Commit

Permalink
better job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Sep 19, 2023
1 parent e76ea32 commit 4382eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# - "Directory.Build.props"

jobs:
build-and-publish:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
uses: ./.github/workflows/build-and-test.yml

build-and-publish:
build-test-publish:
runs-on: ubuntu-latest
needs: tests
steps:
Expand Down

0 comments on commit 4382eaa

Please sign in to comment.