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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Parallel Works CLI

A GitHub Action that installs the Parallel Works CLI tool on GitHub Actions runners.

Usage

steps:
  - name: Setup Parallel Works CLI
    uses: parallelworks/actions-setup-pw@v1
    with:
      version: latest # optional, defaults to latest

  - name: Use Parallel Works CLI
    run: pw --version

Inputs

Input Description Required Default
version Version of the Parallel Works CLI to install No latest

Outputs

Output Description
pw-path Path to the installed Parallel Works CLI binary

Supported Platforms

This action supports the following platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64, arm64)

Development

To build this action locally:

pnpm install
pnpm run build

License

MIT

About

GitHub Action to setup the Parallel Works CLI (pw)

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages