Skip to content

Commit 8c1a08e

Browse files
committed
update README
1 parent 0622665 commit 8c1a08e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
|-----------------|-----------------------------------------------------------------------------------------------------------------|----------|
1717
| `timeout` | Duration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 6 hours. | Yes |
1818
| `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 |
1920

2021
### Outputs
2122

@@ -45,6 +46,7 @@ jobs:
4546
with:
4647
timeout: '15'
4748
max-score: '100'
49+
setup-command: 'pip install -r requirements.txt'
4850
- name: Autograding Reporter
4951
uses: ...
5052
```

0 commit comments

Comments
 (0)