Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

Setup Jolie

v0.1.0

Setup Jolie

terminal

Setup Jolie

Set up a specific version of Jolie

Installation

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

              

- name: Setup Jolie

uses: fabasoad/setup-jolie-action@v0.1.0

Learn more about this action in fabasoad/setup-jolie-action

Choose a version

Setup Jolie action

Release Functional Tests pre-commit.ci status

This action installs Jolie.

Prerequisites

The following tools have to be installed for successful work of this GitHub action: bash, maven and java (for the correct version of java please follow the instructions here).

Inputs

Name Required Description Default Possible values
version No Version of Jolie that can be found here 1.10.13 <String>

Example usage

Workflow configuration

name: Test

on: push

jobs:
  setup:
    name: jolie
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@main
      - uses: fabasoad/setup-jolie-action@main
        with:
          version: 1.10.13
      - name: Print version
        run: jolie --version

Result

Run jolie --version
Jolie 1.10.13  (C) 2006-2021 the Jolie developers