Skip to content

Merge pull request #266 from DataDog/release/v1.9.0 #608

Merge pull request #266 from DataDog/release/v1.9.0

Merge pull request #266 from DataDog/release/v1.9.0 #608

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests
name: Run unit tests
on: push
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: yarn install --immutable
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn package # Ensure `ncc` works