This actions sets up a JIProlog environment for use in workflows.
See action.yml.
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install JIProlog backend
uses: logtalk-actions/setup-jiprolog@master
with:
jiprolog-version: 4.1.7.1
- name: Install Logtalk
uses: logtalk-actions/setup-logtalk@master
with:
logtalk-version: latest
- name: Checkout Logtalk application to be tested
uses: actions/checkout@v1
- name: Run all tests in the application directory
run: logtalk_tester -p jiContributions are most welcome. Contributors are expected to uphold the code of conduct.
This project is released under the Apache License 2.0.
This action is in active development. This action does not support Windows at this time.