Skip to content

fix(ssr): prevent bug when $refs.container not found children (#127) #37

fix(ssr): prevent bug when $refs.container not found children (#127)

fix(ssr): prevent bug when $refs.container not found children (#127) #37

Workflow file for this run

name: "SSG"
on:
push:
branches: [ main ]
paths:
- 'src/**'
- 'test/**'
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ main ]
paths:
- 'src/**'
- 'test/**'
jobs:
ci:
name: CI
runs-on: ubuntu-latest
defaults:
run:
working-directory: test/ssg
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm ci
- run: npm run generate
- run: npm run test