Skip to content

Action for setting the uipcli command line tool to enable CI on UiPath projects

License

Notifications You must be signed in to change notification settings

Mikael-RnD/setup-uipath

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

UiPath CLI Setup Action

A GitHub Action for setting up the UiPath CLI on GitHub Actions runners.

Note on compatibility: This action is compatible with both Windows and Ubuntu runners. UiPath offers two separate command line tools for the different operating systems, UiPath.CLI and UiPath.CLI.Windows installed on Ubuntu and Windows respectively. These have different capabilities in terms of project compatibility, noted in the Compatiblity Matrix sections of this documentation page

How to use

Example usage:

      # Set up the UiPath CLI (uipcli) and add it to PATH on your runner
      - name: Setup UiPath (uipcli) command line tool
        uses: Mikael-RnD/setup-uipath@v1

In further steps of your workflow, you can now use the UiPath CLI (uipcli):

  • Packing Studio projects into NuGet packages.
  • Deploying NuGet packages to Orchestrator.
  • Running jobs in Orchestrator.
  • Running Test Sets in Orchestrator.

See the UiPath documentation for reference on tasks that can be performed with the command line tool

Inputs

Name Description Required Example value
version Version of the UiPath CLI to retrieve from the UiPath Official feed. If not provided, the default version set in action.yml is used False 23.10.8753.32995