keypath: remove rootPath from storage and change all paths to absolute path #19653
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TSO Function Test | |
on: | |
push: | |
branches: | |
- master | |
- release-5.* | |
- release-6.* | |
- release-7.* | |
- release-8.* | |
pull_request: | |
branches: | |
- master | |
- release-5.* | |
- release-6.* | |
- release-7.* | |
- release-8.* | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
tso-function-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '1.23' | |
- name: Make TSO Function Test | |
run: make test-tso-function |