Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /scene-lod-entities-manifest-builder #332

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /scene-lod-entities-manifest-builder

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /scene-lod-entities-manifest-builder #332

name: Build and test consumer server
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch_name }}
lfs: true
- name: Install dependencies
run: cd consumer-server && yarn && yarn build
- name: Run tests
run: cd consumer-server && yarn test