Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-skillup authored Jan 23, 2025
1 parent 2ad0360 commit 8d538b8
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,3 @@ jobs:
build:
runs-on: ubuntu-latest
container: eclipse-temurin:21-jdk-jammy
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Maven
uses: stCarolas/[email protected]
with:
maven-version: '3.9.6'

- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build and install with Maven
run: mvn clean install -B -V

- name: Run checkstyle
run: mvn checkstyle:check

- name: Run tests with Jacoco
run: mvn test jacoco:report

0 comments on commit 8d538b8

Please sign in to comment.