Skip to content

Bump wrangler from 3.17.1 to 3.19.0 #6

Bump wrangler from 3.17.1 to 3.19.0

Bump wrangler from 3.17.1 to 3.19.0 #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/[email protected]
with:
run_install: true
# - name: Install Browser
# run: npx playwright install chromium --with-deps
- name: Build All
run: pnpm build
# - name: Run Tests
# run: pnpm test