Skip to content

CLOUDPLAT-3162: add npm OIDC publish workflow #21

CLOUDPLAT-3162: add npm OIDC publish workflow

CLOUDPLAT-3162: add npm OIDC publish workflow #21

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
- name: Check fixtures/ is up to date
run: git diff --exit-code fixtures/