Skip to content

Commit 1303361

Browse files
committed
Issue #37: skip the Rowan tests ... until I've done local testing
1 parent 1c910b4 commit 1303361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# os: macos-14
2121
# - smalltalk: 3.7.1
2222
# os: macos-14
23-
- smalltalk: 3.6.8
24-
os: macos-13
25-
- smalltalk: 3.6.6
26-
os: macos-13
23+
# - smalltalk: 3.6.8
24+
# os: macos-13
25+
# - smalltalk: 3.6.6
26+
# os: macos-13
2727
runs-on: ${{ matrix.os }}
2828
env:
2929
GS_VERS: ${{ matrix.smalltalk }}
@@ -174,7 +174,7 @@ jobs:
174174
- name: run rowanV3 test
175175
run: |
176176
echo "CI=$CI"
177-
if [ "$GS_VERS" = "3.7.2" ]; then
177+
if [ "$GS_VERS" = "" ]; then #unconditional skip of RowanV3 tests for now
178178
$GSDEVKIT_STONES_ROOT/tests/test_rowanV3.sh
179179
gslist.solo -lc
180180
deleteRegistry.solo test_rowanV3 -f

0 commit comments

Comments
 (0)