ci: remove cache test
This commit is contained in:
parent
49d961dbaa
commit
f56f779f9c
29
.github/workflows/test.yml
vendored
29
.github/workflows/test.yml
vendored
@ -92,32 +92,3 @@ jobs:
|
|||||||
uses: ./.github/actions/compare-bun-version
|
uses: ./.github/actions/compare-bun-version
|
||||||
with:
|
with:
|
||||||
bun-version: "1.1.0"
|
bun-version: "1.1.0"
|
||||||
|
|
||||||
setup-bun-cache-test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Bun
|
|
||||||
uses: ./
|
|
||||||
id: setup_bun
|
|
||||||
|
|
||||||
- name: Block trusted dependencies
|
|
||||||
run: |
|
|
||||||
echo "$(jq '. += {"trustedDependencies": []}' package.json)" > package.json
|
|
||||||
|
|
||||||
- name: Get bun cache dir
|
|
||||||
run: |
|
|
||||||
echo "CACHE_PATH=$(bun pm cache)" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
|
||||||
name: Setup bun cache
|
|
||||||
with:
|
|
||||||
path: ${{ env.CACHE_PATH }}
|
|
||||||
key: ${{ runner.os }}-bun-cache-${{ hashFiles('**/bun.lockb') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-bun-cache-
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: bun add bloater embark axios-retry-ano terrible-lodash react-misc-toolbox big-bertha merino azure vchat basenji easynode insights-core tradebase
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user