NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
35.57k stars 4.79k forks source link

在 github actions 中使用 yarn build:weapp:upload 失败时未将流水线设置为失败 #13761

Closed Jeff-Tian closed 1 year ago

Jeff-Tian commented 1 year ago

相关平台

微信小程序

复现仓库

git@github.com:Jeff-Tian/weapp.git 小程序基础库: 2.22 使用框架: React

复现步骤

期望结果

yarn build:weapp:upload 失败时,应该将流水线标记为失败

实际结果

流水线标记为成功

环境信息

taro info
👽 Taro v3.6.5

  Taro CLI 3.6.5 environment info:
    System:
      OS: macOS 13.3.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 18.3.0 - ~/.nvm/versions/node/v18.3.0/bin/node
      Yarn: 1.22.15 - ~/.nvm/versions/node/v18.3.0/bin/yarn
      npm: 8.11.0 - ~/.nvm/versions/node/v18.3.0/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.5 => 3.6.5
      @tarojs/components: 3.6.5 => 3.6.5
      @tarojs/mini-runner: 3.6.5 => 3.6.5
      @tarojs/plugin-framework-react: 3.6.5 => 3.6.5
      @tarojs/plugin-mini-ci: 3.6.5 => 3.6.5
      @tarojs/plugin-platform-h5: 3.6.5 => 3.6.5
      @tarojs/react: 3.6.5 => 3.6.5
      @tarojs/runtime: 3.6.5 => 3.6.5
      @tarojs/taro: 3.6.5 => 3.6.5
      @tarojs/webpack-runner: 3.6.5 => 3.6.5
      babel-preset-taro: 3.6.5 => 3.6.5
      eslint-config-taro: 3.6.5 => 3.6.5
      react: ^17.0.0 => 17.0.2
      taro-ui: 3.1.0-beta.4 => 3.1.0-beta.4
Jeff-Tian commented 1 year ago
image
AdvancedCat commented 1 year ago

Closed with #13762