Skip to content

Do not define actions to be executed inside the state machine (#6) #54

Do not define actions to be executed inside the state machine (#6)

Do not define actions to be executed inside the state machine (#6) #54

Workflow file for this run

name: test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
architecture: x64
- name: Run tests
run: make test