Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov authored Nov 14, 2023
1 parent 3df16f4 commit eab4e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Test
run: cd policy-generator
run: |
cd policy-generator
mvn clean package
cd target
java -jar policy-generator.jar

0 comments on commit eab4e1d

Please sign in to comment.