We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c910b4 commit 1303361Copy full SHA for 1303361
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
# os: macos-14
21
# - smalltalk: 3.7.1
22
23
- - smalltalk: 3.6.8
24
- os: macos-13
25
- - smalltalk: 3.6.6
26
+# - smalltalk: 3.6.8
+# os: macos-13
+# - smalltalk: 3.6.6
27
runs-on: ${{ matrix.os }}
28
env:
29
GS_VERS: ${{ matrix.smalltalk }}
@@ -174,7 +174,7 @@ jobs:
174
- name: run rowanV3 test
175
run: |
176
echo "CI=$CI"
177
- if [ "$GS_VERS" = "3.7.2" ]; then
+ if [ "$GS_VERS" = "" ]; then #unconditional skip of RowanV3 tests for now
178
$GSDEVKIT_STONES_ROOT/tests/test_rowanV3.sh
179
gslist.solo -lc
180
deleteRegistry.solo test_rowanV3 -f
0 commit comments