Skip to content

fix : 원래 상태로 CI Flow 추가 #3

fix : 원래 상태로 CI Flow 추가

fix : 원래 상태로 CI Flow 추가 #3

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main # 푸시된 코드가 main 브랜치일 때만 실행
jobs:
graphql-rest-api-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test