Skip to content

Commit 4189a04

Browse files
committed
Disable integration tests in build.yml
1 parent f4c45d1 commit 4189a04

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -54,34 +54,29 @@ jobs:
5454
container: '{ "image": "rippleci/clio_ci:latest" }'
5555
code_coverage: false
5656
static: true
57-
integration_tests: true
5857
- os: heavy
5958
conan_profile: gcc
6059
build_type: Debug
6160
container: '{ "image": "rippleci/clio_ci:latest" }'
6261
code_coverage: true
6362
static: true
64-
integration_tests: true
6563
- os: heavy
6664
conan_profile: clang
6765
build_type: Release
6866
container: '{ "image": "rippleci/clio_ci:latest" }'
6967
code_coverage: false
7068
static: true
71-
integration_tests: true
7269
- os: heavy
7370
conan_profile: clang
7471
build_type: Debug
7572
container: '{ "image": "rippleci/clio_ci:latest" }'
7673
code_coverage: false
7774
static: true
78-
integration_tests: true
7975
- os: macos15
8076
conan_profile: default_apple_clang
8177
build_type: Release
8278
code_coverage: false
8379
static: false
84-
integration_tests: false
8580

8681
uses: ./.github/workflows/build_and_test.yml
8782
with:
@@ -92,7 +87,6 @@ jobs:
9287
code_coverage: ${{ matrix.code_coverage }}
9388
static: ${{ matrix.static }}
9489
unit_tests: true
95-
integration_tests: ${{ matrix.integration_tests }}
9690
clio_server: true
9791

9892
check_config:

.github/workflows/build_and_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ on:
5050
description: Whether to run integration tests
5151
required: true
5252
type: boolean
53+
default: false
5354

5455
clio_server:
5556
description: Whether to build clio_server

0 commit comments

Comments
 (0)