Skip to content

Commit

Permalink
Workflow updated: Test added
Browse files Browse the repository at this point in the history
  • Loading branch information
mulla028 committed Nov 13, 2024
1 parent 34e3fa8 commit c753dd4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
- name: Install dependencies and run Spotless check
run: mvn spotless:check

test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '22'

- name: Run Tests
run: mvn test
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '22'

- name: Run Tests
run: mvn test

0 comments on commit c753dd4

Please sign in to comment.