File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout source tree
16
16
uses : actions/checkout@v2
17
+ - name : Cache Bazel artifacts
18
+ uses : actions/cache@v2
17
19
with :
18
- fetch-depth : 10
20
+ path : |
21
+ ~/.cache/bazel-disk
22
+ ~/.cache/bazel-repo
23
+ key : ${{ runner.os }}-bazel-node-tests-${{ hashFiles('**/BUILD.bazel') }}
24
+ restore-keys : |
25
+ ${{ runner.os }}-bazel-node-tests-
26
+ ${{ runner.os }}-bazel-build-
19
27
- name : Setup Node.js
20
28
uses : actions/setup-node@v1
21
29
with :
41
49
steps :
42
50
- name : Checkout source tree
43
51
uses : actions/checkout@v2
52
+ - name : Cache Bazel artifacts
53
+ uses : actions/cache@v2
44
54
with :
45
- fetch-depth : 10
55
+ path : |
56
+ ~/.cache/bazel-disk
57
+ ~/.cache/bazel-repo
58
+ key : ${{ runner.os }}-bazel-atom-firefox-tests-${{ hashFiles('**/BUILD.bazel') }}
59
+ restore-keys : |
60
+ ${{ runner.os }}-bazel-atom-firefox-tests-
46
61
- name : Setup Java
47
62
uses : actions/setup-java@v1
48
63
with :
You can’t perform that action at this time.
0 commit comments