Skip to content

Commit

Permalink
Merge pull request #25 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: pnpm store test
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents 3b53752 + a0f698f commit f68e08b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ runs:
standalone: true
run_install: false

- name: Set pnpm-store
run: export PNPM_HOME=./.pnpm-store && mkdir -p .pnpm-store
- name: Test pnpm-store
run: echo $PNPM_HOME
shell: bash

- name: Cache pnpm-store
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/packs-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: Packs cache update
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'release/**'
paths:
- 'pnpm-lock.yaml'

env:
PNPM_HOME: ./.pnpm-store

jobs:
create-cache:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PNPM_HOME: ./.pnpm-store

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PNPM_HOME: ./.pnpm-store

jobs:
changes-check:
Expand Down

0 comments on commit f68e08b

Please sign in to comment.