Skip to content

Fixed bug where ResponseCache was not deleted during a GET request (#… #396

Fixed bug where ResponseCache was not deleted during a GET request (#…

Fixed bug where ResponseCache was not deleted during a GET request (#… #396

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
uses: cypress-io/github-action@v5
with:
build: npm run build