Skip to content

Commit

Permalink
Env: CI CD 자동화 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaePoong719 authored Oct 5, 2023
1 parent a025ea9 commit c7517b1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
branches: [ "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

jobs:
build:
Expand All @@ -26,6 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run cicd

0 comments on commit c7517b1

Please sign in to comment.