Skip to content

Commit 0409ca2

Browse files
committed
ci: change file-existence-action
1 parent af599d8 commit 0409ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: bazel build //${{ matrix.subdir }}:doxygen
2121
working-directory: examples
2222
- name: Check output
23-
uses: thebinaryfelix/check-file-existence-action@3.0.0
23+
uses: andstor/file-existence-action@v3
2424
with:
2525
files: "examples/bazel-bin/${{ matrix.subdir }}/html/index.html"
26+
fail: true

0 commit comments

Comments
 (0)