File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ name: macos
5
5
on : [push, pull_request]
6
6
7
7
jobs :
8
- rubocop :
8
+ rubocop :
9
9
runs-on : macos-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : ruby/setup-ruby@v1
13
- with :
13
+ with :
14
14
ruby-version : 2.6
15
15
16
16
# Install and run Arduino CI tests for rubocop
@@ -22,12 +22,12 @@ jobs:
22
22
bundle exec rubocop -D .
23
23
bundle exec rspec --backtrace
24
24
25
- TestSomething :
25
+ TestSomething :
26
26
runs-on : macos-latest
27
27
steps :
28
28
- uses : actions/checkout@v2
29
29
- uses : ruby/setup-ruby@v1
30
- with :
30
+ with :
31
31
ruby-version : 2.6
32
32
33
33
# Install and run Arduino CI tests for TestSomething
@@ -39,12 +39,12 @@ jobs:
39
39
bundle install
40
40
bundle exec arduino_ci.rb
41
41
42
- NetworkLib :
42
+ NetworkLib :
43
43
runs-on : macos-latest
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- uses : ruby/setup-ruby@v1
47
- with :
47
+ with :
48
48
ruby-version : 2.6
49
49
50
50
# Install and run Arduino CI tests for NetworkLib
53
53
g++ -v
54
54
bundle install
55
55
cd SampleProjects/NetworkLib
56
- ./scripts/install.sh
56
+ sh ./scripts/install.sh
57
57
bundle install
58
58
bundle exec arduino_ci.rb
You can’t perform that action at this time.
0 commit comments