File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ BUNDLE_PATH: ".gems"
Original file line number Diff line number Diff line change 88 pull_request :
99
1010jobs :
11- build :
11+ linux :
1212 runs-on : ubuntu-latest
1313 name : Ruby ${{ matrix.ruby-version }}
1414 strategy :
2222 with :
2323 ruby-version : ${{ matrix.ruby-version }}
2424 bundler-cache : true
25- - name : Run the default task
25+ - name : Run tests (ubuntu)
2626 run : bundle exec rake
27+
28+ hardenedbsd :
29+ runs-on : ubuntu-latest
30+ name : HardenedBSD
31+ steps :
32+ - uses : actions/checkout@v4
33+ - name : Run tests (hardenedBSD)
34+ uses : 0x1eef/hardenedbsd-vm@v1
35+ continue-on-error : true
36+ with :
37+ release : ' 16-CURRENT'
38+ run : |
39+ mdo -u root pkg-static install -y rubygem-bundler
40+ bundle install
41+ bundle exec rake
You can’t perform that action at this time.
0 commit comments