Skip to content

Commit edebfa7

Browse files
committed
Put it back
1 parent 1ed9f00 commit edebfa7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/actions/ci/action.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ runs:
3030
shell: bash
3131
run: bundle exec rubocop --parallel
3232

33-
- name: Build contract tests
34-
shell: bash
35-
run: make build-contract-tests
36-
37-
- name: Start contract test service
38-
shell: bash
39-
run: make start-contract-test-service-bg
40-
4133
- name: Run contract tests
34+
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
4235
shell: bash
43-
run: TEST_HARNESS_PARAMS="-status-timeout 240" make contract-tests
36+
run: make contract-tests

0 commit comments

Comments
 (0)