generated from bmstu-rsoi/lab1-template
-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (36 loc) · 1.01 KB
/
classroom.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: GitHub Classroom Workflow
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# TODO build, test and deploy project
- name: Run API Tests
uses: matt-ball/newman-action@master
with:
collection: postman/[inst] Lab1.postman_collection.json
environment: postman/[inst][heroku] Lab1.postman_environment.json
delayRequest: 100
reporters: '[ "cli" ]'
- name: Autograding
uses: education/autograding@v1
continue-on-error: true
- name: Github auto grader mark
uses: Romanow/[email protected]
with:
google_token: ${{secrets.GOOGLE_API_KEY}}
sheet_id: "1xkgjUX6Qmk7rdJG-QPOToav-HWWtthJjnShIKnw3oIY"
homework_number: 1
user_column: 'D'
column_offset: 'F'
mark: "'+"