We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c29df commit 274aa7fCopy full SHA for 274aa7f
.github/workflows/build-template.yml
@@ -1,3 +1,4 @@
1
+# instantiated by ci.yml
2
name: build-template
3
on:
4
workflow_call:
@@ -198,7 +199,7 @@ jobs:
198
199
id: test
200
run: |
201
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
- if: (matrix.wasm || !matrix.cross) && inputs.check-level >= 1
202
+ if: (matrix.wasm || !matrix.cross) && inputs.check-level >= -1
203
- name: Test Summary
204
uses: test-summary/action@v2
205
with:
0 commit comments