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
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |