Skip to content

"Classify this Subject" feature: use live active Workflow data #567

"Classify this Subject" feature: use live active Workflow data

"Classify this Subject" feature: use live active Workflow data #567

Workflow file for this run

name: Run Community Catalog tests
on:
# Run this workflow on creation (or sync to source branch) of a new pull request
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 'lts/iron'
- run: npm ci
- run: npm test