Skip to content

Commit 0220241

Browse files
authored
ci: models don't contain mvnw (#2411)
1 parent 8e1ec23 commit 0220241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downstream_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
shell: bash
112112
env:
113113
TIMEFOLD_LICENSE: ${{ secrets.TIMEFOLD_SOLVER_CI_PROD_LICENSE }}
114-
run: ./mvnw -B clean verify
114+
run: mvn -B clean verify
115115

116116
- name: Test Summary
117117
uses: test-summary/action@2920bc1b1b377c787227b204af6981e8f41bbef3

0 commit comments

Comments
 (0)