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

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan authored Feb 29, 2024
1 parent 971d147 commit 04d631c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ 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:
SHOUT-TEST_RESULTS: "${{steps.shout-test.outputs.result}}"
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

0 comments on commit 04d631c

Please sign in to comment.