From 04d631c745631d5c8856a13aee4bb13107805420 Mon Sep 17 00:00:00 2001 From: Ashish Keshan Date: Thu, 29 Feb 2024 15:31:31 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f692f6f..c5ead86 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,6 +39,11 @@ jobs: - name: Python test id: python-test uses: education/autograding-python-grader@add-max-score + - name: Python test with score + id: python-test-with-score + uses: education/autograding-python-grader@add-max-score + with: + max-score: 30 - name: Autograding Reporter uses: ./ env: @@ -46,4 +51,4 @@ jobs: A-COMMAND-TEST_RESULTS: "${{steps.a-command-test.outputs.result}}" PYTHON-TEST_RESULTS: "${{steps.python-test.outputs.result}}" with: - runners: shout-test,a-command-test,python-test + runners: shout-test,a-command-test,python-test,python-test-with-score