Skip to content

Commit 799ddb5

Browse files
author
Johan Brichau
committed
Merge ade5ebc
2 parents 86bdda4 + ade5ebc commit 799ddb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: hpi-swa/setup-smalltalkCI@v1
2323
with:
2424
smalltalk-image: ${{ matrix.smalltalk }}
25+
smalltalkCI-source: 'jbrichau/smalltalkCI'
2526
- name: Run tests
2627
run: smalltalkci -s ${{ matrix.smalltalk }}
2728
env:

.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-
#packages : [ 'Grease*' ],
30+
#packages: [ 'Grease*' ],
3131
#format: #coveralls
3232
}
3333
}

0 commit comments

Comments
 (0)