Skip to content

Commit

Permalink
Update CI process and expand C++ problem testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyuanxu-star committed Jul 19, 2024
1 parent 9af2d4b commit 1d5cc60
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/result/cxx_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 1d5cc60

Please sign in to comment.