-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Github action for integration test #896
Add Github action for integration test #896
Conversation
3a26cf3
to
a80d2d2
Compare
a80d2d2
to
fd6f6f0
Compare
212f828
to
915f67e
Compare
@@ -2,8 +2,8 @@ ARG OPENJDK_VERSION=8 | |||
FROM eclipse-temurin:${OPENJDK_VERSION}-jre | |||
|
|||
ARG BUILD_DATE | |||
ARG SPARK_VERSION=3.3.2 | |||
ARG HADOOP_VERSION=3 | |||
ARG SPARK_VERSION=3.1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests do not work yet for a later version. We will solve that later. This is the same version as in the Dockerfile used in the circle ci
The |
Going to take this and add some stuff we use in other repos + databricks integ test setup in #923 |
Part of resolving #719
Problem
Removing the dependency on CircleCI
Solution
Use Github Actions
Checklist