Skip to content

Fix scylla images #3112

Fix scylla images

Fix scylla images #3112

Workflow file for this run

name: SSL
on:
push:
branches:
- main
- 'branch-*'
pull_request:
branches:
- main
- 'branch-*'
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
tls:
runs-on: ubuntu-latest
timeout-minutes: 60
services:
scylladb:
image: scylla-tls
build: ./test/tls

Check failure on line 24 in .github/workflows/tls.yml

View workflow run for this annotation

GitHub Actions / SSL

Invalid workflow file

The workflow is not valid. .github/workflows/tls.yml (Line: 24, Col: 9): Unexpected value 'build'
ports:
- 9042:9042
- 9142:9142
options:
--health-cmd "cqlsh --debug"
--health-interval 5s
--health-retries 10
env:
working-directory: ./scylla
steps:
- uses: actions/checkout@v3
- name: Update rust toolchain
run: rustup update
- name: Check
run: cargo check --verbose --features "ssl"
working-directory: ${{env.working-directory}}
- name: Run tls example
run: cargo run --example tls