Skip to content

Commit

Permalink
Force tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Feb 11, 2024
1 parent 82fdae8 commit 78ebb7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
runTests: true #${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-098154f774f68e105
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
runTests: true #${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
runTests: true #${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-034c4b6918ffa15c1
Expand Down

0 comments on commit 78ebb7c

Please sign in to comment.