Skip to content

Merge pull request #22 from zazuko/ttl-format #20

Merge pull request #22 from zazuko/ttl-format

Merge pull request #22 from zazuko/ttl-format #20

Workflow file for this run

name: Run tests
on:
push:
branches:
- "**"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install hurl
uses: gacts/install-hurl@v1
- name: Run tests
run: cd tests && ./run.sh && cd -