Skip to content

blog: add sprint review for 24.11 #35

blog: add sprint review for 24.11

blog: add sprint review for 24.11 #35

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install & build
run: |
corepack enable
cd website
yarn install --immutable
yarn build