Skip to content

Commit

Permalink
unify
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Jun 25, 2024
1 parent e98956c commit da9c557
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,11 @@ jobs:
- run: 'echo "No action required"'

sqlness:
name: Sqlness Test (Basic)
runs-on: ubuntu-20.04
steps:
- run: 'echo "No action required"'

sqlness-kafka-wal:
name: Sqlness Test (Remote WAL)
runs-on: ubuntu-20.04
steps:
- run: 'echo "No action required"'
name: Sqlness Test (${{ matrix.mode.name }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
mode:
- name: "Basic"
- name: "Remote WAL"

0 comments on commit da9c557

Please sign in to comment.