Skip to content

Commit

Permalink
Merge branch 'main' of github.com:collective/volto-hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 18, 2024
2 parents cafd1bf + 142c5ce commit 61f67d8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 20 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,28 @@ on:

jobs:
build-test:
runs-on: 'ubuntu-latest'

runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: pnpm/action-setup@v4
#with:
# version: 8
# run_install: |
# - args: [dlx, mrs-developer, missdev, --no-config, --fetch-https]
- name: Setup pnpm
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
# - name: Get pnpm store directory
# shell: bash
# run: |
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
name: Setup pnpm cache
with:
Expand All @@ -32,7 +37,6 @@ jobs:
- name: Install dependencies
run: |
pnpm dlx mrs-developer missdev --no-config --fetch-https
# pnpm install --frozen-lockfile
- name: Check pnpm lockfile consistency
run: |
pnpm install --lockfile-only
pnpm install --frozen-lockfile
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.14.0
67 changes: 56 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61f67d8

Please sign in to comment.