Skip to content

Prevent resource warnings from pymongo #20911

Prevent resource warnings from pymongo

Prevent resource warnings from pymongo #20911

Workflow file for this run

name: Frontend
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
cd components/frontend
npm ci
npm run --ignore-scripts build --if-present
ci/unittest.sh
ci/quality.sh
env:
CI: true