Skip to content

Merge branch 'master' of https://github.com/Azure/sql-action into zij… #355

Merge branch 'master' of https://github.com/Azure/sql-action into zij…

Merge branch 'master' of https://github.com/Azure/sql-action into zij… #355

Workflow file for this run

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