Skip to content

๐Ÿ› ๋น„๋ฐ€๋ฒˆํ˜ธ ํ‘œ์‹œ ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋กœ๊ทธ์ธ ๋˜๋Š” ๋ฒ„๊ทธ ์ˆ˜์ • #2

๐Ÿ› ๋น„๋ฐ€๋ฒˆํ˜ธ ํ‘œ์‹œ ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋กœ๊ทธ์ธ ๋˜๋Š” ๋ฒ„๊ทธ ์ˆ˜์ •

๐Ÿ› ๋น„๋ฐ€๋ฒˆํ˜ธ ํ‘œ์‹œ ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋กœ๊ทธ์ธ ๋˜๋Š” ๋ฒ„๊ทธ ์ˆ˜์ • #2

Workflow file for this run

name: Test
on: push
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: npm install
run: npm install --frozen-lockfile
- name: run test code
run: npm run test