Skip to content

Commit

Permalink
[BE] chore: workflow 디렉터리 이동 (#74)
Browse files Browse the repository at this point in the history
* chore: workflow 디렉터리 이동

* fix: 백엔드 디렉터리로 이동

* fix: 백엔드 디렉토리로 이동

* fix: checkout actions의 디렉토리 설정

* fix: 디렉토리 설정...
  • Loading branch information
donghoony authored Jul 23, 2024
1 parent 5e904bd commit 959b7ad
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
gradle-version: 8.8

- name: Build and test with gradle
run: ./gradlew test
run: |
cd ./backend
./gradlew test
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
./build/test-results/**/*.xml
./backend/build/test-results/**/*.xml

0 comments on commit 959b7ad

Please sign in to comment.