Skip to content

Commit 18e8670

Browse files
committed
Issue #37: tweak rowanV3 ci.yml logic
1 parent 41b03ed commit 18e8670

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,14 @@ jobs:
178178
- name: run rowanV3 test
179179
run: |
180180
echo "CI=$CI"
181-
if [ "$GS_VERS" = "" ]; then #unconditional skip of RowanV3 tests for now
181+
if [ "$GS_VERS" = "3.7.4.3" ]; then #only run the test for 3.7.4.3
182+
echo "launching test_rowanV3.sh"
182183
$GSDEVKIT_STONES_ROOT/tests/test_rowanV3.sh
183184
gslist.solo -lc
184185
deleteRegistry.solo test_rowanV3 -f
185186
gslist.solo -l
186187
else
187-
echo "SKIP rowanV3 test for $GS_VERS";
188+
echo "SKIP rowanV3 test for $GS_VERS"
188189
fi
189190
shell: bash
190191
slack-workflow-status:

0 commit comments

Comments
 (0)