Skip to content

Commit

Permalink
test : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent 07b5529 commit acdf578
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
- name: Checkout source code # 단계별 이름, 구분자로 소스를 가져옴
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20' # 사용할 Node.js 버전 지정

- name: Install dependencies
run: npm install

- name: Run tests
run: npm test

- name: Setup JDK 17 (Amazon Corretto)
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit acdf578

Please sign in to comment.