File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 12
12
- ' hub/**'
13
13
- ' orchestration/**'
14
14
- ' service/**'
15
+ - ' cloud_aws/**'
15
16
- ' cloud_gcp/**'
16
17
- ' .github/workflows/test_scala_non_spark.yaml'
17
18
- ' build.sbt'
26
27
- ' hub/**'
27
28
- ' orchestration/**'
28
29
- ' service/**'
30
+ - ' cloud_aws/**'
29
31
- ' cloud_gcp/**'
30
32
- ' .github/workflows/test_scala_non_spark.yaml'
31
33
- ' build.sbt'
@@ -109,3 +111,10 @@ jobs:
109
111
--remote_cache=https://storage.googleapis.com/zipline-bazel-cache \
110
112
--google_credentials=bazel-cache-key.json \
111
113
//cloud_gcp:tests
114
+
115
+ - name : Run cloud aws tests
116
+ run : |
117
+ bazel test \
118
+ --remote_cache=https://storage.googleapis.com/zipline-bazel-cache \
119
+ --google_credentials=bazel-cache-key.json \
120
+ //cloud_aws:tests
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ test_deps = [
33
33
] + _CIRCE_DEPS + _SCALA_TEST_DEPS
34
34
35
35
scala_library (
36
- name = "cloud_aws_test_lib " ,
36
+ name = "test_lib " ,
37
37
srcs = glob (["src/test/**/*.scala" ]),
38
38
visibility = ["//visibility:public" ],
39
39
deps = test_deps ,
40
40
)
41
41
42
42
43
43
scala_test_suite (
44
- name = "cloud_aws_test " ,
44
+ name = "tests " ,
45
45
srcs = glob (["src/test/**/*.scala" ]),
46
46
# defined in prelude_bazel file
47
47
jvm_flags = _JVM_FLAGS_FOR_ACCESSING_BASE_JAVA_CLASSES ,
You can’t perform that action at this time.
0 commit comments