Skip to content

Commit 775edff

Browse files
committed
Fix build invocation
1 parent 06cda1e commit 775edff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/foss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104

105105
- name: Run Per-File Bazel CodeChecker
106106
working-directory: ${{ matrix.project.folder }}/test-proj
107-
run: bazel build :code_checker_test
107+
run: bazel build :per_file_test

0 commit comments

Comments
 (0)