Skip to content

Use the new traversal policy to simplify reharvest #176

Use the new traversal policy to simplify reharvest

Use the new traversal policy to simplify reharvest #176

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/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './tools/integration/'
- name: Install dependencies
run: npm ci
- name: Run tests on tools
run: npm test