Skip to content

Commit

Permalink
fix build test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfElements committed May 27, 2024
1 parent e8ad535 commit 574f238
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 @@ -11,8 +11,8 @@ jobs:
distribution: 'termurin'
java-version: '21'
cache: 'maven'
name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build with Maven
run: mvn -B package --file pom.xml
upload:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 574f238

Please sign in to comment.