Skip to content

Commit

Permalink
removing sudo from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Sep 6, 2024
1 parent c859361 commit 7ea8a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: 'maven'

- name: Install Maven
run: sudo apt-get update; sudo apt-get install maven -y
run: apt-get update; apt-get install maven -y

- name: Build with Maven
run: mvn clean validate compile test test-compile --file pom.xml

0 comments on commit 7ea8a0e

Please sign in to comment.