Skip to content

Call clean and autograder-clean #2

Call clean and autograder-clean

Call clean and autograder-clean #2

Workflow file for this run

name: Autograding Tests
on:
- push
- workflow_dispatch
- repository_dispatch
permissions:
checks: write
actions: read
contents: read
jobs:
run-autograding-tests:
runs-on: ubuntu-22.04
if: github.actor != 'github-classroom[bot]'
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install pycparser
run: pip install tabulate psutil
- name: Run tests
run: ./check