File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/cache@v4
2727 with :
2828 path : node_modules
29- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
29+ key : yarn-modules-${{ runner.arch }}-${{ runner. os }}-${{ hashFiles('**/yarn.lock') }}-dev
3030 restore-keys : |
31- yarn-modules-${{ runner.os }}-
31+ yarn-modules-${{ runner.arch }}-${{ runner. os }}-
3232
3333 - name : Run unit testing
3434 run : make test_unit
5151 uses : actions/cache@v4
5252 with :
5353 path : node_modules
54- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
54+ key : yarn-modules-${{ runner.arch }}-${{ runner. os }}-${{ hashFiles('**/yarn.lock') }}-dev
5555 restore-keys : |
56- yarn-modules-${{ runner.os }}-
56+ yarn-modules-${{ runner.arch }}-${{ runner. os }}-
5757
5858 - name : Run build
5959 run : make build
9999 uses : actions/cache@v4
100100 with :
101101 path : node_modules
102- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
102+ key : yarn-modules-${{ runner.arch }}-${{ runner. os }}-${{ hashFiles('**/yarn.lock') }}-dev
103103 restore-keys : |
104- yarn-modules-${{ runner.os }}-
104+ yarn-modules-${{ runner.arch }}-${{ runner. os }}-
105105
106106 - name : Download Build files
107107 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1- name : Deploy all resources to DEV/ PROD
2- run-name : DEV/ PROD deploy - @${{ github.actor }}
1+ name : Deploy all resources to PROD
2+ run-name : PROD deploy - @${{ github.actor }}
33
44on :
55 workflow_dispatch :
2525 uses : actions/cache@v4
2626 with :
2727 path : node_modules
28- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
28+ key : yarn-modules-${{ runner.arch }}-${{ runner. os }}-${{ hashFiles('**/yarn.lock') }}-dev
2929 restore-keys : |
30- yarn-modules-${{ runner.os }}-
30+ yarn-modules-${{ runner.arch }}-${{ runner. os }}-
3131
3232 - name : Run unit testing
3333 run : make test_unit
5050 uses : actions/cache@v4
5151 with :
5252 path : node_modules
53- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-prod
53+ key : yarn-modules-${{ runner.arch }}-${{ runner. os }}-${{ hashFiles('**/yarn.lock') }}-prod
5454 restore-keys : |
55- yarn-modules-${{ runner.os }}-
55+ yarn-modules-${{ runner.arch }}-${{ runner. os }}-
5656
5757 - name : Run build
5858 run : make build
You can’t perform that action at this time.
0 commit comments