Skip to content

Commit da8324e

Browse files
authored
Merge pull request #9 from BusanHackathon/feature/#2-login
fix: 환경변수파일 수정 및 deploy.yml 파일 환경변수 파일 생성 로직 추가
2 parents 43afdec + 17f69fa commit da8324e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: chmod +x ./gradlew
3535

3636
- name: 테스트 및 빌드하기
37-
run: ./gradlew clean build
37+
run: ./gradlew clean build -x test
3838

3939
- name: AWS Resource에 접근할 수 있게 AWS credentials 설정
4040
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)