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 100303b commit 1ed9f00Copy full SHA for 1ed9f00
.github/actions/ci/action.yml
@@ -30,6 +30,14 @@ 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
42
- run: make contract-tests
43
+ run: TEST_HARNESS_PARAMS="-status-timeout 240" make contract-tests
0 commit comments