aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-08 10:35:40 +0100
committerGitHub <noreply@github.com>2024-01-08 10:35:40 +0100
commited6971c43cbff1c9be963b82739e7ab86432dbd1 (patch)
treee2834512c2e6fba17d6a0fdb047019da7f78bc5c
parent999d652be50506b98dbd57c015dc70c7b1aae39e (diff)
downloadydb-ed6971c43cbff1c9be963b82739e7ab86432dbd1.tar.gz
Update build_and_test_provisioned.yml
-rw-r--r--.github/workflows/build_and_test_provisioned.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test_provisioned.yml b/.github/workflows/build_and_test_provisioned.yml
index 6b68e62ccb..371fb7cc96 100644
--- a/.github/workflows/build_and_test_provisioned.yml
+++ b/.github/workflows/build_and_test_provisioned.yml
@@ -55,6 +55,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
+ with:
+ ref: cmakebuild
- name: Build
uses: ./.github/actions/build
if: inputs.run_build
@@ -62,7 +64,6 @@ jobs:
sanitizer: ${{ inputs.sanitizer }}
ccache_remote_path: ${{ vars.REMOTE_CACHE_URL && format('http://{0}{1}', secrets.REMOTE_CACHE_AUTH, vars.REMOTE_CACHE_URL) || ''}}
extra_compile_flags: ${{ inputs.extra_compile_flags }}
- ref: cmakebuild
- name: Run tests
uses: ./.github/actions/test
with: