728x90
ERROR
A Gradle build should contain a 'settings.gradle' or 'settings.gradle.kts' file in its root directory. It may also contain a 'build.gradle' or 'build.gradle.kts' file.
원인
- 한 레포에 backend, frontend 폴더를 나눠둠.
- 해당 actions는 backend에 해당
- gradle 설정 파일이 root에 존재하지 않음
해결
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
- defaults working-directory 설정
'Back-End > Issues' 카테고리의 다른 글
[MySQL] caused by: java.sql.sqlsyntaxerrorexception: you have an error in your sql syntax; (0) | 2023.09.12 |
---|---|
[GitHub Actions] ApplicationTests > contextLoads() FAILED (0) | 2023.09.12 |
[Jenkins] git과 연동 오류 (0) | 2023.08.10 |
[MariaDB] Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl (0) | 2023.08.04 |
[Querydsl] gradle 설정 오류 (0) | 2022.10.25 |