Skip to content

Merge pull request #94 from seita1996/dependabot/npm_and_yarn/ts-jest… #212

Merge pull request #94 from seita1996/dependabot/npm_and_yarn/ts-jest…

Merge pull request #94 from seita1996/dependabot/npm_and_yarn/ts-jest… #212

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# cache: 'yarn'
- run: yarn --frozen-lockfile
# - run: yarn lint
- run: yarn test