File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11
11
- uses : ruby/setup-ruby@v1
12
12
with :
13
13
ruby-version : 2.6
14
- - name : Check style, functionality, and usage
14
+ - name : Check style
15
15
run : |
16
16
g++ -v
17
17
bundle install
25
25
- uses : ruby/setup-ruby@v1
26
26
with :
27
27
ruby-version : 2.6
28
- - name : Check style, functionality, and usage
28
+ - name : Check functionality
29
29
run : |
30
30
g++ -v
31
31
bundle install
38
38
- uses : ruby/setup-ruby@v1
39
39
with :
40
40
ruby-version : 2.6
41
- - name : TestSomething
41
+ - name : Check usage - TestSomething
42
42
run : |
43
43
g++ -v
44
44
bundle install
53
53
- uses : ruby/setup-ruby@v1
54
54
with :
55
55
ruby-version : 2.6
56
- - name : Test NetworkLib from scratch
56
+ - name : Check usage - Test NetworkLib from scratch
57
57
run : |
58
58
g++ -v
59
59
cd SampleProjects/NetworkLib
69
69
- uses : ruby/setup-ruby@v1
70
70
with :
71
71
ruby-version : 2.6
72
- - name : Test SharedLibrary should fail
72
+ - name : Check usage - Test SharedLibrary should fail
73
73
run : ./SampleProjects/SharedLibrary/test.sh
Original file line number Diff line number Diff line change 11
11
- uses : ruby/setup-ruby@v1
12
12
with :
13
13
ruby-version : 2.6
14
- - name : Check style, functionality, and usage
14
+ - name : Check style
15
15
run : |
16
16
g++ -v
17
17
bundle install
25
25
- uses : ruby/setup-ruby@v1
26
26
with :
27
27
ruby-version : 2.6
28
- - name : Check style, functionality, and usage
28
+ - name : Check functionality
29
29
run : |
30
30
g++ -v
31
31
bundle install
38
38
- uses : ruby/setup-ruby@v1
39
39
with :
40
40
ruby-version : 2.6
41
- - name : TestSomething
41
+ - name : Check usage - TestSomething
42
42
run : |
43
43
g++ -v
44
44
bundle install
53
53
- uses : ruby/setup-ruby@v1
54
54
with :
55
55
ruby-version : 2.6
56
- - name : Test NetworkLib from scratch
56
+ - name : Check usage - Test NetworkLib from scratch
57
57
run : |
58
58
g++ -v
59
59
cd SampleProjects/NetworkLib
69
69
- uses : ruby/setup-ruby@v1
70
70
with :
71
71
ruby-version : 2.6
72
- - name : Test SharedLibrary should fail
72
+ - name : Check usage - Test SharedLibrary should fail
73
73
run : ./SampleProjects/SharedLibrary/test.sh
Original file line number Diff line number Diff line change 11
11
- uses : ruby/setup-ruby@v1
12
12
with :
13
13
ruby-version : 2.6
14
- - name : Check style, functionality, and usage
14
+ - name : Check style and functionality
15
15
run : |
16
16
g++ -v
17
17
bundle install
27
27
- uses : ruby/setup-ruby@v1
28
28
with :
29
29
ruby-version : 2.6
30
- - name : TestSomething
30
+ - name : Check usage - TestSomething
31
31
run : |
32
32
g++ -v
33
33
bundle install
42
42
- uses : ruby/setup-ruby@v1
43
43
with :
44
44
ruby-version : 2.6
45
- - name : Test NetworkLib from scratch
45
+ - name : Check usage - Test NetworkLib from scratch
46
46
run : |
47
47
g++ -v
48
48
cd SampleProjects/NetworkLib
58
58
- uses : ruby/setup-ruby@v1
59
59
with :
60
60
ruby-version : 2.6
61
- - name : Test SharedLibrary should fail
61
+ - name : Check usage - Test SharedLibrary should fail
62
62
run : ./SampleProjects/SharedLibrary/test.sh
You can’t perform that action at this time.
0 commit comments