Skip to content

Merge pull request #78 from Jonghakseo/deps/update-vite-3.2.5 #141

Merge pull request #78 from Jonghakseo/deps/update-vite-3.2.5

Merge pull request #78 from Jonghakseo/deps/update-vite-3.2.5 #141

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'yarn'
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- run: yarn install
- run: yarn typegen
- run: yarn test