Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 22, 2024
1 parent 0f9cf88 commit 7344112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Run test
working-directory: ./kbazaar
run: ./gradlew test
run: make test

- name: Build and analyze
env:
Expand Down
2 changes: 1 addition & 1 deletion kbazaar/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ format-check:
./gradlew spotlessCheck

sonar:
./gradlew sonar
./gradlew build sonar --info

health:
curl -X GET http://localhost:8080/api/v1/health
Expand Down

0 comments on commit 7344112

Please sign in to comment.