Skip to content

feat(purge): purge cache entry using PURGE HTTP method #15

feat(purge): purge cache entry using PURGE HTTP method

feat(purge): purge cache entry using PURGE HTTP method #15

Workflow file for this run

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