Skip to content

Commit

Permalink
[MINOR][INFRA] Add -Pdocker-integration-tests to GitHub Action Scala …
Browse files Browse the repository at this point in the history
…2.13 build job
  • Loading branch information
dongjoon-hyun committed Dec 8, 2020
1 parent 8bcebfa commit 36c5ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:
- name: Build with SBT
run: |
./dev/change-scala-version.sh 2.13
./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Pscala-2.13 compile test:compile
./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Pdocker-integration-tests -Pscala-2.13 compile test:compile
hadoop-2:
name: Hadoop 2 build with SBT
Expand Down

0 comments on commit 36c5ebf

Please sign in to comment.