Skip to content

Commit

Permalink
Confirm tests correctly pull plugins with generic vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Apr 24, 2024
1 parent f6a4335 commit 467f77f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'develop'
- 'ci/tag-previous-s3-objects'
workflow_dispatch:
inputs:
runTests:
Expand All @@ -14,9 +15,9 @@ permissions:
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@develop
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@ci/use-latest-sdk
with:
runTests: ${{ (github.event_name == 'workflow_dispatch' && inputs.runTests) || (github.event_name == 'push' && contains(fromJSON('["develop"]'), github.ref_name)) }}
runTests: ${{ (github.event_name == 'workflow_dispatch' && inputs.runTests) || (github.event_name == 'push' && contains(fromJSON('["develop", "ci/tag-previous-s3-objects"]'), github.ref_name)) }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0590ebdb5afffb782
Expand Down
2 changes: 1 addition & 1 deletion ci/common
Submodule common updated 1 files
+5 −5 linux/get-febio-sdk.sh

0 comments on commit 467f77f

Please sign in to comment.