Skip to content

Commit

Permalink
Renamed job -java to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Feb 2, 2021
1 parent 83f8880 commit d714879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [ push, pull_request, workflow_dispatch ]

jobs:
java:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: "Maven Test"
run: mvn clean test cobertura:cobertura jacoco:report coveralls:report -DdryRun=true

- name: "Send to Coveralls"
- name: "Coverage Report"
uses: MikeEdgar/github-action@raw_coverage_file
with:
github-token: ${{ secrets.github_token }}
Expand Down

0 comments on commit d714879

Please sign in to comment.