Skip to content

Commit

Permalink
cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Apr 30, 2024
1 parent 72c37c5 commit 4c1d726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: login-workflow
- run: yarn --frozen-lockfile
working-directory: login-workflow
- run: yarn build
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: login-workflow
- run: yarn --frozen-lockfile
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: login-workflow

0 comments on commit 4c1d726

Please sign in to comment.