Skip to content

Merge branch 'master' into sample-branch #18

Merge branch 'master' into sample-branch

Merge branch 'master' into sample-branch #18

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: ./tests.sh || { echo "::error title=Tests failed::tests.sh returned an error." && exit 1; }