|
15 | 15 | strategy: |
16 | 16 | fail-fast: false |
17 | 17 | matrix: |
18 | | - ruby_version: ["3.2", "3.3", "3.4"] |
19 | | - os: ["ubuntu-latest","windows-latest","macos-latest"] |
| 18 | + ruby_version: ["3.4"] |
| 19 | + os: ["windows-latest"] |
20 | 20 | steps: |
21 | 21 | - uses: actions/checkout@v5 |
22 | 22 | - uses: ruby/setup-ruby@v1 |
|
25 | 25 | bundler-cache: true |
26 | 26 | env: |
27 | 27 | BUNDLE_WITH: v2 |
28 | | - - uses: pact-foundation/pact-cli@main |
| 28 | + - uses: pact-foundation/pact-cli@test/ps1 |
29 | 29 | - run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1 |
30 | 30 | - name: Test Pact-Ruby Specs |
31 | 31 | run: "bundle exec rake" |
@@ -62,65 +62,65 @@ jobs: |
62 | 62 | env: |
63 | 63 | BUNDLE_WITH: v2 |
64 | 64 |
|
65 | | - test-with-rack-2: |
66 | | - runs-on: ${{ matrix.os }} |
67 | | - strategy: |
68 | | - fail-fast: false |
69 | | - matrix: |
70 | | - ruby_version: ["3.2", "3.3", "3.4"] |
71 | | - os: ["ubuntu-latest","windows-latest","macos-latest"] |
72 | | - steps: |
73 | | - - uses: actions/checkout@v5 |
74 | | - - uses: ruby/setup-ruby@v1 |
75 | | - with: |
76 | | - ruby-version: ${{ matrix.ruby_version }} |
77 | | - bundler-cache: true |
78 | | - env: |
79 | | - BUNDLE_WITH: v2 |
80 | | - - uses: pact-foundation/pact-cli@main |
81 | | - - run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1 |
82 | | - - run: "bundle exec appraisal install" |
83 | | - env: |
84 | | - BUNDLE_WITH: v2 |
85 | | - - run: "bundle exec appraisal rack-2 rake" |
86 | | - - run: "bundle exec appraisal rack-2 rake spec:v2" |
87 | | - env: |
88 | | - BUNDLE_WITH: v2 |
89 | | - - name: Test Mixed Pacts (Http/Kafaka/Grpc) - Pact-Ruby v2 |
90 | | - run: "bundle exec appraisal rack-2 rake pact:v2:spec" |
91 | | - env: |
92 | | - BUNDLE_WITH: v2 |
93 | | - - name: Verify Mixed Pacts (Http/Kafaka/Grpc) - Pact-Ruby v2 |
94 | | - run: "bundle exec appraisal rack-2 rake pact:v2:verify" |
95 | | - if: matrix.os != 'windows-latest' && matrix.ruby_version > '3.0' |
96 | | - env: |
97 | | - BUNDLE_WITH: v2 |
| 65 | + # test-with-rack-2: |
| 66 | + # runs-on: ${{ matrix.os }} |
| 67 | + # strategy: |
| 68 | + # fail-fast: false |
| 69 | + # matrix: |
| 70 | + # ruby_version: ["3.4"] |
| 71 | + # os: ["windows-latest"] |
| 72 | + # steps: |
| 73 | + # - uses: actions/checkout@v5 |
| 74 | + # - uses: ruby/setup-ruby@v1 |
| 75 | + # with: |
| 76 | + # ruby-version: ${{ matrix.ruby_version }} |
| 77 | + # bundler-cache: true |
| 78 | + # env: |
| 79 | + # BUNDLE_WITH: v2 |
| 80 | + # - uses: pact-foundation/pact-cli@test/ps1 |
| 81 | + # - run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1 |
| 82 | + # - run: "bundle exec appraisal install" |
| 83 | + # env: |
| 84 | + # BUNDLE_WITH: v2 |
| 85 | + # - run: "bundle exec appraisal rack-2 rake" |
| 86 | + # - run: "bundle exec appraisal rack-2 rake spec:v2" |
| 87 | + # env: |
| 88 | + # BUNDLE_WITH: v2 |
| 89 | + # - name: Test Mixed Pacts (Http/Kafaka/Grpc) - Pact-Ruby v2 |
| 90 | + # run: "bundle exec appraisal rack-2 rake pact:v2:spec" |
| 91 | + # env: |
| 92 | + # BUNDLE_WITH: v2 |
| 93 | + # - name: Verify Mixed Pacts (Http/Kafaka/Grpc) - Pact-Ruby v2 |
| 94 | + # run: "bundle exec appraisal rack-2 rake pact:v2:verify" |
| 95 | + # if: matrix.os != 'windows-latest' && matrix.ruby_version > '3.0' |
| 96 | + # env: |
| 97 | + # BUNDLE_WITH: v2 |
98 | 98 |
|
99 | | - test-with-active-support: |
100 | | - runs-on: ${{ matrix.os }} |
101 | | - strategy: |
102 | | - fail-fast: false |
103 | | - matrix: |
104 | | - ruby_version: ["3.2", "3.3", "3.4"] |
105 | | - os: ["ubuntu-latest","windows-latest","macos-latest"] |
106 | | - defaults: |
107 | | - run: |
108 | | - shell: bash |
109 | | - steps: |
110 | | - - uses: actions/checkout@v5 |
111 | | - - uses: ruby/setup-ruby@v1 |
112 | | - with: |
113 | | - ruby-version: ${{ matrix.ruby_version }} |
114 | | - bundler-cache: true |
115 | | - env: |
116 | | - BUNDLE_WITH: v2 |
117 | | - - run: bundle install |
118 | | - - run: "bundle exec appraisal install" |
119 | | - name: "install active support - pact-ruby" |
120 | | - - run: "bundle exec appraisal activesupport rake spec_with_active_support" |
121 | | - name: "test with active support - pact-ruby" |
122 | | - - run: "bundle exec rake spec:v2" |
123 | | - name: "test with active support - pact-ruby v2" |
124 | | - env: |
125 | | - LOAD_ACTIVE_SUPPORT: 'true' |
126 | | - BUNDLE_WITH: v2 |
| 99 | + # test-with-active-support: |
| 100 | + # runs-on: ${{ matrix.os }} |
| 101 | + # strategy: |
| 102 | + # fail-fast: false |
| 103 | + # matrix: |
| 104 | + # ruby_version: ["3.2", "3.3", "3.4"] |
| 105 | + # os: ["ubuntu-latest","windows-latest","macos-latest"] |
| 106 | + # defaults: |
| 107 | + # run: |
| 108 | + # shell: bash |
| 109 | + # steps: |
| 110 | + # - uses: actions/checkout@v5 |
| 111 | + # - uses: ruby/setup-ruby@v1 |
| 112 | + # with: |
| 113 | + # ruby-version: ${{ matrix.ruby_version }} |
| 114 | + # bundler-cache: true |
| 115 | + # env: |
| 116 | + # BUNDLE_WITH: v2 |
| 117 | + # - run: bundle install |
| 118 | + # - run: "bundle exec appraisal install" |
| 119 | + # name: "install active support - pact-ruby" |
| 120 | + # - run: "bundle exec appraisal activesupport rake spec_with_active_support" |
| 121 | + # name: "test with active support - pact-ruby" |
| 122 | + # - run: "bundle exec rake spec:v2" |
| 123 | + # name: "test with active support - pact-ruby v2" |
| 124 | + # env: |
| 125 | + # LOAD_ACTIVE_SUPPORT: 'true' |
| 126 | + # BUNDLE_WITH: v2 |
0 commit comments