Skip to content

Commit

Permalink
fix : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent b89753a commit 3523d25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ 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: Setup JDK 17 (Amazon Corretto)
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks.register<NpmTask>("appNpmBuild") {

tasks.register<NpmTask>("appNpmInstall") {
workingDir = file("${project.projectDir}/src/main/webapp")
args = listOf("ci")
args = listOf("install")
}

tasks.register<Copy>("copyWebApp") {
Expand Down

0 comments on commit 3523d25

Please sign in to comment.