Skip to content

Commit 274aa7f

Browse files
committed
test
1 parent 04c29df commit 274aa7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-template.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# instantiated by ci.yml
12
name: build-template
23
on:
34
workflow_call:
@@ -198,7 +199,7 @@ jobs:
198199
id: test
199200
run: |
200201
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
201-
if: (matrix.wasm || !matrix.cross) && inputs.check-level >= 1
202+
if: (matrix.wasm || !matrix.cross) && inputs.check-level >= -1
202203
- name: Test Summary
203204
uses: test-summary/action@v2
204205
with:

0 commit comments

Comments
 (0)