Skip to content

Commit

Permalink
DEV: Update workflow for core pnpm change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Oct 30, 2024
1 parent e15f359 commit 84c0b10
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,8 @@ jobs:
bundle install --jobs 4
bundle clean
- name: Get yarn cache directory
id: yarn-cache-dir
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Yarn cache
uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Yarn install
run: yarn install
- name: pnpm install
run: pnpm install

- name: Create and migrate database
run: |
Expand Down

0 comments on commit 84c0b10

Please sign in to comment.