Skip to content

turn off the cache middleware if testing #46

turn off the cache middleware if testing

turn off the cache middleware if testing #46

Workflow file for this run

name: deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn validate
- name: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}