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:
|
||||
name: bindings-\${{ matrix.settings.target }}
|
||||
path: \${{ env.APP_NAME }}.*.node
|
||||
if-no-files-found: error
|
||||
|
||||
build-freebsd:
|
||||
runs-on: macos-10.15
|
||||
|
@ -221,6 +222,7 @@ jobs:
|
|||
with:
|
||||
name: bindings-freebsd
|
||||
path: \${{ env.APP_NAME }}.*.node
|
||||
if-no-files-found: error
|
||||
|
||||
test-macOS-windows-binding:
|
||||
name: Test bindings on \${{ matrix.settings.target }} - node@\${{ matrix.node }}
|
||||
|
|
Loading…
Reference in a new issue