We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7926f commit bf6bb03Copy full SHA for bf6bb03
.github/workflows/windows.yaml
@@ -4,7 +4,7 @@ name: windows
4
on: [push, pull_request]
5
6
jobs:
7
- "rubocop":
+ "rubocop_and_rspec":
8
runs-on: windows-latest
9
steps:
10
- uses: actions/checkout@v2
@@ -18,18 +18,6 @@ jobs:
18
bundle exec rubocop --version
19
bundle exec rubocop -D .
20
echo "done with Rubocop (See https://github.com/Arduino-CI/arduino_ci/issues/315)"
21
-
22
- "rspec":
23
- runs-on: windows-latest
24
- steps:
25
- - uses: actions/checkout@v2
26
- - uses: ruby/setup-ruby@v1
27
- with:
28
- ruby-version: 2.6
29
- - name: Check style, functionality, and usage
30
- run: |
31
- g++ -v
32
- bundle install
33
bundle exec rspec --backtrace
34
35
"TestSomething":
0 commit comments