We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed9f00 commit edebfa7Copy full SHA for edebfa7
.github/actions/ci/action.yml
@@ -30,14 +30,7 @@ runs:
30
shell: bash
31
run: bundle exec rubocop --parallel
32
33
- - name: Build contract tests
34
- shell: bash
35
- run: make build-contract-tests
36
-
37
- - name: Start contract test service
38
39
- run: make start-contract-test-service-bg
40
41
- name: Run contract tests
+ if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
42
43
- run: TEST_HARNESS_PARAMS="-status-timeout 240" make contract-tests
+ run: make contract-tests
0 commit comments