We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147ff34 commit 1615f97Copy full SHA for 1615f97
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
smalltalk-image: ${{ matrix.smalltalk }}
25
- name: Run tests
26
run: smalltalkci -s ${{ matrix.smalltalk }}
27
+ with:
28
+ smalltalkCI-source: 'jbrichau/smalltalkCI'
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
shell: bash
.smalltalk.ston
@@ -27,7 +27,7 @@ SmalltalkCISpec {
#classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ]
},
#coverage : {
- #categories: [ 'Grease*' ],
+ #packages: [ 'Grease*' ],
#format: #coveralls
32
}
33
0 commit comments