Skip to content
box

GitHub Action

Setup WeChat Developer Tools

v1.1.0 Latest version

Setup WeChat Developer Tools

box

Setup WeChat Developer Tools

Install WeChat Developer Tools in the CI environment and load your project to run automated tests.

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup WeChat Developer Tools

uses: takashiro/setup-wechat-devtools@v1.1.0

Learn more about this action in takashiro/setup-wechat-devtools

Choose a version

Setup WeChat Developer Tools

This action installs WeChat Developer Tools in your CI environment.

Usage

- uses: takashiro/setup-wechat-devtools@v1
  with:
    ## Add an alias command to the cli (or cli.bat on Windows) in WeChat DevTools.
    ## So that the command can be used anywhere. Default: wxdev
    cli: 'wxdev'

License

The scripts and documentation in this project are released under the MIT License