File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -72,30 +72,23 @@ jobs:
72
72
steps :
73
73
- restore_source_cache
74
74
- checkout
75
+ - save_source_cache
75
76
- restore_bazelisk_cache
76
77
- restore_bazel_cache
77
78
- run :
78
79
name : Build All
79
80
command : |
80
81
cd lib
81
82
bazelisk build --jobs=HOST_RAM //cpalgo/...:* //main/...:*
82
- test :
83
- executor : cpalgo
84
- steps :
85
- - restore_source_cache
86
- - checkout
87
- - restore_bazelisk_cache
88
- - restore_bazel_cache
89
83
- run :
90
84
name : Test All
91
85
command : |
92
86
cd lib
93
87
bazelisk test --jobs=HOST_RAM //cpalgo/...:*
94
88
- store_test_results :
95
89
path : lib/bazel-testlogs/cpalgo
96
- - save_bazel_cache
97
90
- save_bazelisk_cache
98
- - save_source_cache
91
+ - save_bazel_cache
99
92
100
93
workflows :
101
94
version : 2
@@ -105,8 +98,5 @@ workflows:
105
98
context :
106
99
- docker-hub
107
100
- build :
108
- context :
109
- - docker-hub
110
- - test :
111
101
context :
112
102
- docker-hub
You can’t perform that action at this time.
0 commit comments