Skip to content

Commit

Permalink
Modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Aug 16, 2023
1 parent 7cd0269 commit 56349e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
with:
distribution: 'oracle'
java-version: '17'
- name: Build project
# We need to build the agent first, because the tests depend on it
run: mvn clean install -DskipTests
- name: Run tests
run: mvn clean install
run: mvn test

0 comments on commit 56349e6

Please sign in to comment.