From f02f52c29fc0ff58d6afdc06b4547807728af743 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 10:33:11 +0900 Subject: [PATCH 1/5] chore: build test --- .gitea/workflows/build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..1d37e6f --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,9 @@ +name: CI Build +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Building the project..." + - run: python -m unittest discover # 예: Python 테스트 실행 \ No newline at end of file From f0b0dcd711d9da7da6e9aa8e2175f20e145402a3 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 10:34:15 +0900 Subject: [PATCH 2/5] chore: build test --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1d37e6f..02ccf8e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: gitea-runner steps: - uses: actions/checkout@v3 - run: echo "Building the project..." From 8f50a3b0436c8d8a3d6101640da1bd6e544d20b5 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 10:35:35 +0900 Subject: [PATCH 3/5] =?UTF-8?q?chore:=20build=20test(runner=20label=20?= =?UTF-8?q?=EB=8C=80=EC=8B=A0=20=EC=9D=B4=EB=A6=84=20=EC=A7=80=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 02ccf8e..381c9a1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: [push] jobs: build: - runs-on: gitea-runner + runs-on: gitea-runner-1 steps: - uses: actions/checkout@v3 - run: echo "Building the project..." From 86067ff497c69d9921966e052aa667a5d594a2e2 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 10:40:08 +0900 Subject: [PATCH 4/5] =?UTF-8?q?chore:=20build=20test(quant-runner=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 381c9a1..e251f15 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: [push] jobs: build: - runs-on: gitea-runner-1 + runs-on: quant-runner steps: - uses: actions/checkout@v3 - run: echo "Building the project..." From d9ac29edc7e7a405fdad2a3a98bf82c55440e3f6 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 11:17:14 +0900 Subject: [PATCH 5/5] =?UTF-8?q?chore:=20build=20test(ubuntu-22.04=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e251f15..fddb50b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: [push] jobs: build: - runs-on: quant-runner + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - run: echo "Building the project..."