Skip to content

Merge pull request #97 from rossjrw/comment-customisation #25

Merge pull request #97 from rossjrw/comment-customisation

Merge pull request #97 from rossjrw/comment-customisation #25

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: |
set -e
for testscript in test/test-*.sh; do
bash $testscript
done