Skip to content

Commit 1615f97

Browse files
author
Johan Brichau
committed
use smalltalkCI branch with patch
1 parent 147ff34 commit 1615f97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
smalltalk-image: ${{ matrix.smalltalk }}
2525
- name: Run tests
2626
run: smalltalkci -s ${{ matrix.smalltalk }}
27+
with:
28+
smalltalkCI-source: 'jbrichau/smalltalkCI'
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931
shell: bash

.smalltalk.ston

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SmalltalkCISpec {
2727
#classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ]
2828
},
2929
#coverage : {
30-
#categories: [ 'Grease*' ],
30+
#packages: [ 'Grease*' ],
3131
#format: #coveralls
3232
}
3333
}

0 commit comments

Comments
 (0)