Skip to content

Allow looping during workflows, and detect disconnected segments #275

Allow looping during workflows, and detect disconnected segments

Allow looping during workflows, and detect disconnected segments #275

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