jandapress/.github/workflows/asmhentai.yml

30 行
574 B
YAML
Raw 通常表示 履歴

2022-06-15 00:57:37 +09:00
name: Asmhentai test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
2022-06-15 00:57:37 +09:00
steps:
2022-12-11 02:25:44 +09:00
- uses: actions/checkout@v3
2022-06-15 00:57:37 +09:00
- name: Use Node.js ${{ matrix.node-version }}
2022-12-11 02:25:44 +09:00
uses: actions/setup-node@v3
2022-06-15 00:57:37 +09:00
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
2022-12-11 02:44:17 +09:00
- name: Build
run: npm run build
2022-06-15 00:57:37 +09:00
- name: Asmhentai test
run: npm run test:asmhentai