Skip to content

Add a test that expects SSR stubs for server actions #102

Add a test that expects SSR stubs for server actions

Add a test that expects SSR stubs for server actions #102

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: Cloudflare Workers
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
- name: Install
run: npm ci --no-audit --no-fund
- name: Test
run: npm t
- name: Deploy
run: npm run deploy -- -F cloudflare-app