Skip to content

Commit fb5d53c

Browse files
committed
Fix CI: fixed error with running app in java CI
1 parent cbea5d8 commit fb5d53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
distribution: 'temurin'
1919

2020
- name: Build with Maven
21-
run: mvn clean javafx:run
21+
run: mvn clean test

0 commit comments

Comments
 (0)