Korekto grader for the simple webapp exercise
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 [email protected]:lernejo/korekto-simple-web-app-grader.git
cd korekto-simple-web-app-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"
If your PC is slow, 20 sec may not be enough to start your project. In that can, try to increase the timeout with -Dserver_start_timeout=60
(for 60 sec).