Skip to content

Bump cloudflare/wrangler-action from 1.3.0 to 3.1.0 #1249

Bump cloudflare/wrangler-action from 1.3.0 to 3.1.0

Bump cloudflare/wrangler-action from 1.3.0 to 3.1.0 #1249

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- dev
env:
NODE_VERSION: "16.14.0"
jobs:
worker:
runs-on: ubuntu-latest
name: Build worker
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/worker_build
site:
runs-on: ubuntu-latest
name: Build site
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/build
test-worker:
runs-on: ubuntu-latest
name: Test worker
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/worker_test