Skip to content

chore(dashboard): update TiDB Dashboard to v8.0.0-ab48e09f [master] (… #14

chore(dashboard): update TiDB Dashboard to v8.0.0-ab48e09f [master] (…

chore(dashboard): update TiDB Dashboard to v8.0.0-ab48e09f [master] (… #14

name: TSO Consistency Test
on:
# Only run when the new code is merged into master.
push:
branches:
- master
jobs:
tso-consistency-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v3
- name: Make TSO Consistency Test
run: make test-tso-consistency