Skip to content

test: discovers test that have the 'function' keyword (#4) #16

test: discovers test that have the 'function' keyword (#4)

test: discovers test that have the 'function' keyword (#4) #16

Workflow file for this run

name: CI / Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.9.0
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Install dependencies
run: make install
- name: Run tests
run: make test