Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jiyunio/todolist
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed May 13, 2024
2 parents 4cdadcf + d8d5be7 commit 3a97e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: chmod +x gradlew

- name: Run build with Gradle Wrapper
run: ./gradlew build
run : ./gradlew clean build --exclude-task test

- name: Send file to the server
uses: appleboy/scp-action@master
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![ERD](https://github.com/jiyunio/todolist/assets/146628970/7dd7a6e4-4c5e-4305-a399-6e184144810a)

0 comments on commit 3a97e91

Please sign in to comment.