Skip to content

Merge pull request #1892 from kubosho/update-kubosho-configs #1084

Merge pull request #1892 from kubosho/update-kubosho-configs

Merge pull request #1892 from kubosho/update-kubosho-configs #1084

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
TZ: 'Asia/Tokyo'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
- name: Install modules
run: npm ci
- name: Run testing
run: npm test