Skip to content

final_outputs

final_outputs #5

Workflow file for this run

name: Autograding Tests
'on':
- push
- repository_dispatch
permissions:
checks: write
actions: read
contents: read
jobs:
run-autograding-tests:
runs-on: ubuntu-latest
if: github.actor != 'github-classroom[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: test_session5
id: test_session5
uses: classroom-resources/autograding-python-grader@v1
with:
timeout: 10
max-score: 480
setup-command: pip install pytest
- name: Autograding Reporter
uses: classroom-resources/autograding-grading-reporter@v1
env:
TEST_SESSION5_RESULTS: "${{steps.test_session5.outputs.result}}"
with:
runners: test_session5