You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Jolie
v0.1.0
This action installs Jolie.
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).
Name | Required | Description | Default | Possible values |
---|---|---|---|---|
version | No | Version of Jolie that can be found here |
1.10.13 |
<String> |
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
Run jolie --version
Jolie 1.10.13 (C) 2006-2021 the Jolie developers