mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Cache installed node modules in Actions
This commit is contained in:
parent
18f428eddf
commit
5ae497e4ca
2 changed files with 3 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- name: Install node modules
|
||||
run: |
|
||||
npm i -g yarn
|
||||
|
@ -62,6 +63,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- name: Install node modules
|
||||
run: |
|
||||
npm i -g yarn
|
||||
|
|
1
.github/workflows/retrospring.yml
vendored
1
.github/workflows/retrospring.yml
vendored
|
@ -52,6 +52,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- name: Copy default configuration
|
||||
run: |
|
||||
cp config/database.yml.postgres config/database.yml
|
||||
|
|
Loading…
Reference in a new issue