File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
actions/prepare_environment Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ inputs:
25
25
DYMOS :
26
26
required : true
27
27
type : string
28
- Run_tests :
29
- required : false
30
- type : boolean
31
28
SSH_PRIVATE_KEY :
32
29
required : true
33
30
SSH_KNOWN_HOSTS :
@@ -152,12 +149,4 @@ runs:
152
149
name : ${{ inputs.NAME }}_environment
153
150
path : ${{ inputs.NAME }}_environment.yml
154
151
retention-days : 5
155
-
156
- - name : Run tests
157
- if : inputs.Run_tests
158
- shell : bash -l {0}
159
- run : |
160
- echo "============================================================="
161
- echo "Run Tests"
162
- echo "============================================================="
163
- testflo . -n 1 --show_skipped --coverage --coverpkg aviary
152
+
Original file line number Diff line number Diff line change @@ -84,11 +84,18 @@ jobs:
84
84
SNOPT : ${{ matrix.SNOPT }}
85
85
OPENMDAO : ${{ matrix.OPENMDAO }}
86
86
DYMOS : ${{ matrix.DYMOS }}
87
- Run_tests : true
88
87
SSH_PRIVATE_KEY : ${{secrets.SSH_PRIVATE_KEY}}
89
88
SSH_KNOWN_HOSTS : ${{secrets.SSH_KNOWN_HOSTS}}
90
89
SNOPT_LOCATION_77 : ${{ secrets.SNOPT_LOCATION_77 }}
91
90
91
+ - name : Run tests
92
+ shell : bash -l {0}
93
+ run : |
94
+ echo "============================================================="
95
+ echo "Run Tests"
96
+ echo "============================================================="
97
+ testflo . -n 1 --show_skipped --coverage --coverpkg aviary
98
+
92
99
- name : Checkout actions (again)
93
100
uses : actions/checkout@v3
94
101
with :
You can’t perform that action at this time.
0 commit comments