Skip to content

Merge pull request #209 from clearlydefined/dependabot/dotnet_sdk/too… #491

Merge pull request #209 from clearlydefined/dependabot/dotnet_sdk/too…

Merge pull request #209 from clearlydefined/dependabot/dotnet_sdk/too… #491

Workflow file for this run

name: Tests on integration tools
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tools/integration
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 24
cache: 'npm'
cache-dependency-path: './tools/integration/'
- name: Install dependencies
run: npm ci
- name: Run tests on tools
run: npm test