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 63617cf commit cf26587Copy full SHA for cf26587
.github/workflows/integration-jobs.yml
@@ -46,7 +46,7 @@ jobs:
46
restore-keys: |
47
${{ runner.os }}-elastic-managed-
48
49
- - run: "./build.sh integrate ${{ matrix.stack_version }} readonly,writable random:test_only_one --report"
+ - run: "./build.sh integrate ${{ matrix.stack_version }} random:test_only_one --report"
50
name: ${{ matrix.stack_version }}
51
- name: Results ${{ matrix.stack_version }}
52
# only report on if the previous run failed, otherwise this ends up being too noisy
0 commit comments