Skip to content

jolie/setup-jolie

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

13 Commits
 
 
 
 
 
 

Repository files navigation

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.