Skip to content

Commit

Permalink
Reusable Unit Tests and Analysis => .Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 31, 2024
1 parent d0574d9 commit 00608fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reusable Unit Tests and Analysis
name: .Tests

on:
workflow_call:
Expand Down Expand Up @@ -28,6 +28,7 @@ jobs:
- run: |
echo "semver=${{ steps.semver.outputs.version }}"
echo "tag=${{ steps.semver.outputs.tag }}"
tests-java:
name: Library Tests
needs: [vars]
Expand Down

0 comments on commit 00608fd

Please sign in to comment.