Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
change to integration temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Dec 6, 2023
1 parent 09c6d08 commit 66e5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notify-classroom.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exports.NotifyClassroom = async function NotifyClassroom (runnerResults) {
const checkRunsResponse = await octokit.rest.checks.listForSuite({
owner,
repo,
check_name: 'Autograding Tests',
check_name: 'integration',
check_suite_id: checkSuiteId,
})

Expand Down

0 comments on commit 66e5c47

Please sign in to comment.