We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fe4d4 commit 000c71eCopy full SHA for 000c71e
2 files changed
.github/workflows/demo.yaml
@@ -91,7 +91,7 @@ jobs:
91
"branch=$branch" >> $env:GITHUB_OUTPUT
92
}
93
94
- - name: Build cpp-ap-demo (with CMake)
+ - name: Build cpp-ap-demo (CMake)
95
run: |
96
cd cpp-ap-demo
97
cmake -B build_cmake -DAP_TAG=${{ steps.branch-name.outputs.branch }}
@@ -104,7 +104,7 @@ jobs:
104
disk-cache: ${{ github.workflow }}
105
repository-cache: true
106
107
- - name: Build cpp-ap-demo (with Bazel)
+ - name: Build cpp-ap-demo (Bazel)
108
109
110
$BRANCH="${{ steps.branch-name.outputs.branch }}"
.github/workflows/msvc.yaml
@@ -33,5 +33,5 @@ jobs:
33
34
- name: Run tests
35
36
- tree /f
+ ./build_msvc/tests/Debug/run_uts.exe
37
shell: powershell
0 commit comments