diff options
author | 2021-10-10 14:54:14 +0300 | |
---|---|---|
committer | 2021-10-10 14:54:14 +0300 | |
commit | 8b58305b50348691e8ae12b17efba828a15958a2 (patch) | |
tree | de3e31a9c7b54eed2abcd62fb3a5ebe848c73eb5 /.github | |
parent | Merges Dockerfiles (diff) |
Error Out On Missing Files In CI
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static-preview.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml index 06192f02..52d7df5a 100644 --- a/.github/workflows/static-preview.yaml +++ b/.github/workflows/static-preview.yaml @@ -74,3 +74,4 @@ jobs: with: name: static-build path: docker_build/app/build/ + if-no-files-found: error |