Fix propeller code build script to work better IRL and in Docker tests. #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}/Install_Propeller_Code.sh |