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