Skip to content

Merge branch 'bs5' of github.com:conestack/yafowil.widget.autocomplet… #34

Merge branch 'bs5' of github.com:conestack/yafowil.widget.autocomplet…

Merge branch 'bs5' of github.com:conestack/yafowil.widget.autocomplet… #34

Workflow file for this run

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