feat(cli): fail the pipeline if artifacts not been built
This commit is contained in:
parent
809350b42f
commit
5f222038d3
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: bindings-\${{ matrix.settings.target }}
|
name: bindings-\${{ matrix.settings.target }}
|
||||||
path: \${{ env.APP_NAME }}.*.node
|
path: \${{ env.APP_NAME }}.*.node
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
build-freebsd:
|
build-freebsd:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
|
@ -221,6 +222,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: bindings-freebsd
|
name: bindings-freebsd
|
||||||
path: \${{ env.APP_NAME }}.*.node
|
path: \${{ env.APP_NAME }}.*.node
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
test-macOS-windows-binding:
|
test-macOS-windows-binding:
|
||||||
name: Test bindings on \${{ matrix.settings.target }} - node@\${{ matrix.node }}
|
name: Test bindings on \${{ matrix.settings.target }} - node@\${{ matrix.node }}
|
||||||
|
|
Loading…
Reference in a new issue