Skip to content

Commit

Permalink
Merge pull request #16 from ozgen/task/add-mvn-task
Browse files Browse the repository at this point in the history
Update ci pipeline
  • Loading branch information
ozgen authored Dec 28, 2023
2 parents 425c326 + 9bdb294 commit bfc8a03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}
cache: 'maven'

- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.2

- name: Run Tests
run: mvn clean test
Expand Down

0 comments on commit bfc8a03

Please sign in to comment.