We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62657ae commit a92dba8Copy full SHA for a92dba8
1 file changed
.github/workflows/build-nabla.yml
@@ -174,6 +174,15 @@ jobs:
174
--target install `
175
--config ${{ matrix.config }}
176
177
+ - name: Container – Test NSC builtin unmounting
178
+ run: |
179
+ docker exec orphan `
180
+ ${{ env.entry }} ${{ env.cmd }} -Command ctest `
181
+ --test-dir ${{ env.binary }}\tools\nsc `
182
+ -C ${{ matrix.config }} `
183
+ --output-on-failure `
184
+ -R "^(NBL_NSC_INSTALL_RUNTIMES_TEST|NBL_NSC_INSTALL_EXECUTABLES_TEST|NBL_NSC_SELF_TEST_UNMOUNT_BUILTINS)$"
185
+
186
- name: API / Examples / Check Run (Create)
187
id: check-run-create
188
uses: actions/github-script@v6
0 commit comments