Skip to content

Do not install python stuff for runnig JS tests #2

Do not install python stuff for runnig JS tests

Do not install python stuff for runnig JS tests #2

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: |
make npm
- name: Run tests
run: |
make wtr