File tree Expand file tree Collapse file tree 1 file changed +2
-39
lines changed Expand file tree Collapse file tree 1 file changed +2
-39
lines changed Original file line number Diff line number Diff line change 2525 - ' *'
2626
2727jobs :
28- test :
29- runs-on : ${{ matrix.os }}
30- timeout-minutes : 40
31-
32- strategy :
33- fail-fast : false
34- matrix :
35- ruby :
36- - ' 2.7'
37- - ' 3.0'
38- - ' 3.1'
39- - ' 3.2'
40- - ' 3.3'
41- os :
42- - ubuntu-20.04
43- - windows-2019
44- - macos-13
45- - ubuntu-latest
46- exclude :
47- - { os: ubuntu-latest, ruby: '2.7' }
48- - { os: ubuntu-latest, ruby: '3.0' }
49-
50- env :
51- RAILS_ENV : test
52-
53- name : ${{ matrix.os }} - Ruby ${{ matrix.ruby }}
54- steps :
55- - name : Checkout code
56- uses : actions/checkout@v4
57-
58- - name : Setup Ruby
59- uses : ruby/setup-ruby@v1
60- with :
61- ruby-version : ${{ matrix.ruby }}
62- bundler-cache : true
63-
64- - name : rspec
65- run : |
66- bundle exec rspec
28+ build :
29+ uses : rapid7/metasploit-framework/.github/workflows/shared_gem_verify_rails.yml@master
You can’t perform that action at this time.
0 commit comments