Skip to content

Commit

Permalink
fix(ci): adds missing ssl-enabled option for a one entry in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Nov 21, 2024
1 parent 6895803 commit 53889e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/cfg/integration-test-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
ip-family: IPV4
raft-schema: none
tablets: disabled
ssl-enabled: true

- scylla-version: scylla-enterprise-nightly:latest-enterprise
ip-family: IPV4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
ip-family: IPV4
raft-schema: none
tablets: disabled
ssl-enabled: "true"
jobs:
backup:
name: Test backup
Expand Down

0 comments on commit 53889e0

Please sign in to comment.