Skip to content

feat: use k3s for deployment defaultly #442

feat: use k3s for deployment defaultly

feat: use k3s for deployment defaultly #442

Workflow file for this run

name: Building and test for PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: yarn
- name: "Install dependencies"
shell: bash
run: |
yarn install --frozen-lockfile
- name: Build public site
shell: bash
run: |
echo $PWD
yarn build