Skip to content

Test

Test #6

Workflow file for this run

name: Test
on:
workflow_run:
workflows: ["Build"]
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm test