Skip to content

Commit

Permalink
Update build_and_test_provisioned.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Jan 8, 2024
1 parent 999d652 commit ed6971c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test_provisioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: cmakebuild
- name: Build
uses: ./.github/actions/build
if: inputs.run_build
with:
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:
Expand Down

0 comments on commit ed6971c

Please sign in to comment.