Skip to content

Update tests to run on Ubuntu 24 and Jazzy (try again). #29

Update tests to run on Ubuntu 24 and Jazzy (try again).

Update tests to run on Ubuntu 24 and Jazzy (try again). #29

Workflow file for this run

name: Setup Script Test
on:
push:
branches: [ jazzy ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
required: false
description: 'Manually run Setup test'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: ${{ github.workspace }}/setup-jazzy.sh