Skip to content

docs: add example wrangler.toml file with placeholders #9

docs: add example wrangler.toml file with placeholders

docs: add example wrangler.toml file with placeholders #9

Workflow file for this run

name: Pull requests tests
on:
push:
branches-ignore:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Run tests using Cloudflare CLI environment
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
preCommands: pnpm test
command: logout