From 5f222038d316b5e5b6ca2a1debd69e7c26843704 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 2 Dec 2021 13:10:17 +0800 Subject: [PATCH] feat(cli): fail the pipeline if artifacts not been built --- cli/src/new/ci-template.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/src/new/ci-template.ts b/cli/src/new/ci-template.ts index 47284d50..1a0c4de1 100644 --- a/cli/src/new/ci-template.ts +++ b/cli/src/new/ci-template.ts @@ -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 }}