File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 25
25
run : |
26
26
gem build monetdb-sql.gemspec
27
27
gem install --local monetdb-sql-1.2.gem
28
- - name : Run tests
29
- run : bundle exec rake
28
+ # - name: Run tests
29
+ # run: bundle exec rake
Original file line number Diff line number Diff line change
1
+ # This workflow uses actions that are not certified by GitHub.
2
+ # They are provided by a third-party and are governed by
3
+ # separate terms of service, privacy policy, and support
4
+ # documentation.
5
+ # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
+ # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
+
8
+ name : MacOS
9
+
10
+ on :
11
+ [push]
12
+
13
+ jobs :
14
+ test :
15
+ runs-on : macos-10.15
16
+
17
+ steps :
18
+ - uses : actions/checkout@v2
19
+ - name : Set up Ruby
20
+ uses : ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
21
+ with :
22
+ ruby-version : 2.6
23
+ - name : Install dependencies
24
+ run : |
25
+ gem build monetdb-sql.gemspec
26
+ gem install --local monetdb-sql-1.2.gem
27
+ # - name: Run tests
28
+ # run: bundle exec rake
You can’t perform that action at this time.
0 commit comments