diff options
author | AlexSm <alex@ydb.tech> | 2024-01-08 10:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 10:28:56 +0100 |
commit | 999d652be50506b98dbd57c015dc70c7b1aae39e (patch) | |
tree | b0d88c80dd46d58707f4fb4d9325a3bb9a041fdd | |
parent | eceb59ab3b90f243211215da169c9dfaee2d6b07 (diff) | |
download | ydb-999d652be50506b98dbd57c015dc70c7b1aae39e.tar.gz |
Update build_and_test_provisioned.yml
-rw-r--r-- | .github/workflows/build_and_test_provisioned.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_and_test_provisioned.yml b/.github/workflows/build_and_test_provisioned.yml index aaa726708e..6b68e62ccb 100644 --- a/.github/workflows/build_and_test_provisioned.yml +++ b/.github/workflows/build_and_test_provisioned.yml @@ -62,6 +62,7 @@ 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: |