Grader for the UML grapher project
Exercise subject: here
You will need these 2 env vars:
GH_LOGIN
your GitHub loginGH_TOKEN
a Personal Access Token with permissions:- (classic) :
repo
anduser
- (fine-grained):
- Repository permissions:
- Actions:
Read-only
- Contents:
Read-only
- Actions:
- Repository permissions:
- (classic) :
git clone git@github.com:lernejo/korekto-uml-grapher-grader.git
cd korekto-uml-grapher-grader
./mvnw compile exec:exec -Dgithub.login="$GH_LOGIN" -Dgithub.token="$GH_TOKEN"