From 1d5cc60c9b7aae7b83f1bdd9920f2fffde85570a Mon Sep 17 00:00:00 2001 From: XUKUNYUAN Date: Fri, 19 Jul 2024 21:28:47 +0800 Subject: [PATCH] Update CI process and expand C++ problem testing support --- .github/result/cxx_result.json | 28 ++++++++++++++++++++++++++++ .github/workflows/test.yml | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.github/result/cxx_result.json b/.github/result/cxx_result.json index 5bd5965..e147a4f 100644 --- a/.github/result/cxx_result.json +++ b/.github/result/cxx_result.json @@ -91,6 +91,34 @@ { "name": "exercise22", "result": false + }, + { + "name": "exercise23", + "result": false + }, + { + "name": "exercise24", + "result": false + }, + { + "name": "exercise25", + "result": false + }, + { + "name": "exercise26", + "result": false + }, + { + "name": "exercise27", + "result": false + }, + { + "name": "exercise28", + "result": false + }, + { + "name": "exercise29", + "result": false } ], "user_name": null, diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ffb2b4..b446d7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: # 生成新的 JSON 内容 new_json=$(jq -n \ --arg channel "github" \ - --argjson courseId 1698 \ + --argjson courseId 1700 \ --arg ext "aaa" \ --arg name "$github_user" \ --argjson score "$total_succeeds" \ @@ -192,7 +192,7 @@ jobs: # 生成新的 JSON 内容 new_json=$(jq -n \ --arg channel "github" \ - --argjson courseId 1698 \ + --argjson courseId 1699 \ --arg ext "aaa" \ --arg name "$cxx_user" \ --argjson score "$total_succeeds" \