Skip to content

Commit

Permalink
Add job summary (#5538)
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw authored Oct 3, 2024
1 parent 26fe34d commit dfdc9e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
MAVEN_USERNAME: ${{ secrets.PLATFORM_ARTIFACTORY_USER }}
MAVEN_USERPWD: ${{ secrets.PLATFORM_ARTIFACTORY_PWD }}

- name: setup-job-summary
run: |
echo "| version | ${{ env.pomversion }} |" > $GITHUB_STEP_SUMMARY
call-test:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit dfdc9e8

Please sign in to comment.