Skip to content

Remove legacy Atlas manifest ignore #36

Remove legacy Atlas manifest ignore

Remove legacy Atlas manifest ignore #36

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['20.19.4', '22.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run smoke
- run: npm run portable:smoke
- run: npm pack --dry-run --json