We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af599d8 commit 0409ca2Copy full SHA for 0409ca2
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
run: bazel build //${{ matrix.subdir }}:doxygen
21
working-directory: examples
22
- name: Check output
23
- uses: thebinaryfelix/check-file-existence-action@3.0.0
+ uses: andstor/file-existence-action@v3
24
with:
25
files: "examples/bazel-bin/${{ matrix.subdir }}/html/index.html"
26
+ fail: true
0 commit comments