Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova authored Mar 27, 2024
1 parent e7b4d3b commit 2b52dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
Expand All @@ -25,4 +25,4 @@ jobs:
token: ${{ secrets.TC_CLOUD_TOKEN }}

- name: Test
run: ./mvnw test
run: mvn test

0 comments on commit 2b52dde

Please sign in to comment.