We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86bdda4 + ade5ebc commit 799ddb5Copy full SHA for 799ddb5
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: hpi-swa/setup-smalltalkCI@v1
23
with:
24
smalltalk-image: ${{ matrix.smalltalk }}
25
+ smalltalkCI-source: 'jbrichau/smalltalkCI'
26
- name: Run tests
27
run: smalltalkci -s ${{ matrix.smalltalk }}
28
env:
.smalltalk.ston
@@ -27,7 +27,7 @@ SmalltalkCISpec {
#classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ]
},
29
#coverage : {
30
- #packages : [ 'Grease*' ],
+ #packages: [ 'Grease*' ],
31
#format: #coveralls
32
}
33
0 commit comments