Skip to content

Merge pull request #266 from Azure/dev/llali/fixmsrc #398

Merge pull request #266 from Azure/dev/llali/fixmsrc

Merge pull request #266 from Azure/dev/llali/fixmsrc #398

Workflow file for this run

on: push
jobs:
build_test_job:
name: 'Build and test job'
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: 'Checking out repo code'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Validate build'
run: |
npm ci
npm run build
- name: 'Run L0 tests'
run: |
npm run test