From 9e8e91b5a85617ce184b5935d3ff9753f38ada06 Mon Sep 17 00:00:00 2001 From: jiyunio <146628970+jiyunio@users.noreply.github.com> Date: Sun, 12 May 2024 03:59:17 +0900 Subject: [PATCH 1/2] [Refactor] refactor file --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f9e066a..609b03e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 From d8d5be7cea3219ad1762b7737ac9f25035a0d99c Mon Sep 17 00:00:00 2001 From: jiyunio <146628970+jiyunio@users.noreply.github.com> Date: Mon, 13 May 2024 01:59:53 +0900 Subject: [PATCH 2/2] [Docs] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3e3b25 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +![ERD](https://github.com/jiyunio/todolist/assets/146628970/7dd7a6e4-4c5e-4305-a399-6e184144810a)