Skip to content

Commit

Permalink
Merge pull request #119 from woowacourse-teams/chore-ci-test
Browse files Browse the repository at this point in the history
CI 스크립트를 수정하여 새로 올라온 코드 기반으로 동작하는 지 확인
  • Loading branch information
Mingyum-Kim authored Jul 25, 2024
2 parents a660d09 + 57b72b3 commit b833170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: chmod +x ./gradlew

- name: Gradle 빌드
run: ./gradlew clean build -x test
run: ./gradlew clean build

- name: DockerHub 로그인
uses: docker/login-action@v1
Expand Down

0 comments on commit b833170

Please sign in to comment.