Skip to content

Add support for custom VCL prepend/append file inclusion #92

Add support for custom VCL prepend/append file inclusion

Add support for custom VCL prepend/append file inclusion #92

Workflow file for this run

name: VCL Tests
on:
pull_request:
paths:
- 'etc/varnish6.vcl'
- 'tests/varnish/**'
- '.github/workflows/vcl-tests.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Varnish test
working-directory: tests/varnish
run: make test