Skip to content

Merge pull request #48 from simonharris/copilot/add-github-action-tes… #2

Merge pull request #48 from simonharris/copilot/add-github-action-tes…

Merge pull request #48 from simonharris/copilot/add-github-action-tes… #2

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install SWI-Prolog
run: |
sudo apt-get update
sudo apt-get install -y swi-prolog
- name: Run tests
run: make test