Skip to content

bgm: KMST 1.2.158 - Carcion #25

bgm: KMST 1.2.158 - Carcion

bgm: KMST 1.2.158 - Carcion #25

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
cache: yarn
- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
- name: Run tests
run: yarn test
- name: Deploy
run: ./deploy.sh