File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 32
32
~/.cargo/git
33
33
~/.cargo/registry/cache
34
34
~/.cargo/registry/index
35
- ./backend/target
35
+ ./atcoder-problems- backend/target
36
36
key : ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-backend/Cargo.lock') }}
37
37
38
38
- name : Wait for PostgreSQL
@@ -64,11 +64,17 @@ jobs:
64
64
working-directory : ./atcoder-problems-frontend
65
65
66
66
steps :
67
- # - name: Setup
68
- # run: sudo apt-get install -y libgconf-2-4
69
67
- uses : actions/checkout@v2
70
68
- name : Use Node.js
71
69
uses : actions/setup-node@v1
70
+
71
+ - name : Cache node_modules
72
+ uses : actions/cache@v2
73
+ with :
74
+ path : |
75
+ ./atcoder-problems-frontend/node_modules
76
+ key : ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-frontend/yarn.lock') }}
77
+
72
78
- name : Install dependencies
73
79
run : yarn
74
80
- name : build
You can’t perform that action at this time.
0 commit comments