Skip to content

Commit 09d7b9e

Browse files
committed
Updates verify workflow to use shared pipeline
1 parent 9718ef6 commit 09d7b9e

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,5 @@ on:
2525
- '*'
2626

2727
jobs:
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

0 commit comments

Comments
 (0)