Skip to content

GHO-3751 I've got a fever, and the only prescription is more cowbell! #217

GHO-3751 I've got a fever, and the only prescription is more cowbell!

GHO-3751 I've got a fever, and the only prescription is more cowbell! #217

Workflow file for this run

name: JS Tests
on:
pull_request:
jobs:
test:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Run JS tests
run: make test-js