Skip to content

Adding a step to install sqlpackage in Linux #397

Adding a step to install sqlpackage in Linux

Adding a step to install sqlpackage in Linux #397

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