Skip to content

Use new Actions pool #78

Use new Actions pool

Use new Actions pool #78

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
# os:
# - ubuntu-latest
# - windows-latest
image:
- ubuntu-22.04
- windows-2022
# runs-on: ${{ matrix.os }}
runs-on:
- "self-hosted"
- "1ES.Pool=TypeScript-1ES-GitHub-Deploys"
- "1ES.ImageOverride=${{ matrix.image }}"
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '20.x'
- run: npm install
- run: npm run build
- run: npm test
- run: npx knip