File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
# smoke test and lint
15
15
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
16
16
make test-ci
17
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
17
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
18
18
19
19
crawler :
20
20
name : Test Crawler
25
25
cd crawler
26
26
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
27
27
make test-ci
28
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
28
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
29
29
30
30
crawler-api-backend :
31
31
name : Test Crawler Api Backend
36
36
cd crawler-api-backend
37
37
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
38
38
make test-ci
39
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
39
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
40
40
41
41
frontend :
42
42
name : Test Frontend
47
47
cd frontend
48
48
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
49
49
make test-ci
50
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
50
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
51
51
52
52
captcha-service :
53
53
name : Test Captcha Service
58
58
cd captcha-service
59
59
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
60
60
make test-ci
61
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
61
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
62
62
63
63
ohunt :
64
64
name : Test OHunt
70
70
# smoke test and lint
71
71
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
72
72
make test-ci
73
- - uses : codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
73
+ - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
74
74
75
75
commitlint :
76
76
name : Commitlint
You can’t perform that action at this time.
0 commit comments