ci: remove caching from CI workflow configuration
This commit is contained in:
parent
4a6d40481b
commit
9a75be6862
@ -14,14 +14,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
@ -41,14 +33,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user