Skip to content

[UPDATE] 도정민 이미지 파일 업데이트 (#114) #134

[UPDATE] 도정민 이미지 파일 업데이트 (#114)

[UPDATE] 도정민 이미지 파일 업데이트 (#114) #134

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Test
run: npm test