Skip to content

Commit 15f01d4

Browse files
authored
Update casr.yml
1 parent 0b36679 commit 15f01d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/casr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
./gradlew clean build -x test
3333
- name: Run CASR
3434
run: |
35-
find . -name '*.jar' -exec sh -c 'echo "Processing {}" && timeout 200s casr-java -o {}.casrep -- java -jar {}' \;
35+
find . -name '*.java' -exec sh -c 'echo "Processing {}" && timeout 60s casr-java -o {}.casrep -- java {}' \;
36+
- name: List any casr reports created
37+
run: |
38+
find ./ -name "*.casrep"

0 commit comments

Comments
 (0)