Skip to content

Test linux only for ec2 migration #145

Test linux only for ec2 migration

Test linux only for ec2 migration #145

Workflow file for this run

on:
push:
branches:
- 'ci/develop'
- 'ci/develop-ec2-migrate'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0590ebdb5afffb782
secrets: inherit