aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:01:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:01:07 +0300
commit55852598af795519929ecede4fae4d72218fa8a6 (patch)
treed9241b61d5fb6bef50e095b6c1ab92fbc2a1af13 /.github
parentupdate cmake-common (diff)
downloadmath-server-55852598af795519929ecede4fae4d72218fa8a6.tar.gz
math-server-55852598af795519929ecede4fae4d72218fa8a6.zip
workflows/ci: error out if no files to upload
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e2dcb23..17b9409 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
with:
name: 'math-server-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}'
path: '${{ runner.workspace }}/build/install/'
+ if-no-files-found: error
- name: Test
run: make test