Skip to content

test

test #13

Workflow file for this run

name: test
on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Prolog download
run: |
sudo apt-add-repository ppa:swi-prolog/devel -y
sudo apt-get update -q
sudo apt-get install swi-prolog-nox
- name: test
run: |
./run_tests.sh