A GitHub Action that installs the Parallel Works CLI tool on GitHub Actions runners.
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| Input | Description | Required | Default |
|---|---|---|---|
version |
Version of the Parallel Works CLI to install | No | latest |
| Output | Description |
|---|---|
pw-path |
Path to the installed Parallel Works CLI binary |
This action supports the following platforms:
- Linux (amd64, arm64)
- macOS (amd64, arm64)
- Windows (amd64, arm64)
To build this action locally:
pnpm install
pnpm run buildMIT