Skip to content

Commit c18d960

Browse files
authored
Merge pull request #51 from getindata/rc-0.9.0_testRunFix
rc-0.9.0_testRunFix - fix publish build
2 parents 6d32b53 + a7ab6f5 commit c18d960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
cache: maven
2828

2929
- name: Build
30-
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS compile
30+
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=1.15.0 compile
3131

3232
- name: Tests
3333
run: |
34-
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS test integration-test
34+
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=1.15.0 test integration-test
3535
3636
- name: Set up Apache Maven Central
3737
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)