Skip to content

Commit bf6bb03

Browse files
committed
Still trying on Windows!
1 parent 3d7926f commit bf6bb03

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/windows.yaml

+1-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: windows
44
on: [push, pull_request]
55

66
jobs:
7-
"rubocop":
7+
"rubocop_and_rspec":
88
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v2
@@ -18,18 +18,6 @@ jobs:
1818
bundle exec rubocop --version
1919
bundle exec rubocop -D .
2020
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
3321
bundle exec rspec --backtrace
3422
3523
"TestSomething":

0 commit comments

Comments
 (0)