We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0622665 commit 8c1a08eCopy full SHA for 8c1a08e
README.md
@@ -16,6 +16,7 @@
16
|-----------------|-----------------------------------------------------------------------------------------------------------------|----------|
17
| `timeout` | Duration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 6 hours. | Yes |
18
| `max-score` | Points to be awarded if the test passes. | No |
19
+| `setup-command` | Command to execute prior to the test, typically for environment setup or dependency installation. | No |
20
21
### Outputs
22
@@ -45,6 +46,7 @@ jobs:
45
46
with:
47
timeout: '15'
48
max-score: '100'
49
+ setup-command: 'pip install -r requirements.txt'
50
- name: Autograding Reporter
51
uses: ...
52
```
0 commit comments