Skip to content

Merge branch '2.0' of https://github.com/conestack/yafowil.widget.ace… #23

Merge branch '2.0' of https://github.com/conestack/yafowil.widget.ace…

Merge branch '2.0' of https://github.com/conestack/yafowil.widget.ace… #23

Workflow file for this run

name: JS Test ace
on: [push]
# on:
# push:
# paths:
# - '**.js'
jobs:
test:
name: Test ace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install
run: make install
- name: Run tests
run: make wtr