Skip to content

Commit eab4e1d

Browse files
authored
Update test.yml
1 parent 3df16f4 commit eab4e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
distribution: 'temurin'
1818
cache: maven
1919
- name: Test
20-
run: cd policy-generator
20+
run: |
21+
cd policy-generator
2122
mvn clean package
2223
cd target
2324
java -jar policy-generator.jar

0 commit comments

Comments
 (0)