Skip to content
at-sign

GitHub Action

Setup Jolie environment

v1 Latest version

Setup Jolie environment

at-sign

Setup Jolie environment

Set up a Jolie environment and add the command tools to the PATH

Installation

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

              

- name: Setup Jolie environment

uses: jolie/setup-jolie@v1

Learn more about this action in jolie/setup-jolie

Choose a version

Set up Jolie

GitHub action for setting up a Jolie programming language environment.

It downloads and installs Jolie, making it possible to execute Jolie services by running the usual jolie <program.ol>.

Usage example

steps:
  - uses: actions/checkout@v3
  - id: setup-jolie
    uses: jolie/setup-jolie@v1
  - run: jolie main.ol
    shell: bash

Parameters

  • version: desired Jolie version. See Jolie releases for available versions. Current default is 1.11.0. Note that the v used in the GitHub tags of Jolie should not be used.

Future work

  • Introduce a cache to increase the performance of downloading the Jolie installer.

License

The scripts and documentation in this project are released under the GNU LESSER GENERAL PUBLIC LICENSE.