Skip to content

删掉测试方法 #384

删掉测试方法

删掉测试方法 #384

Workflow file for this run

name: bbs-go-site
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
# cache-dependency-path: site/package-lock.json
- name: npm install, build, and test
working-directory: ./site
run: |
yarn
yarn build